0% found this document useful (0 votes)
98 views9 pages

Signal Filtering Using Gibbs Phenomenon

This document discusses using Gibbs phenomenon to tune an activation function for signal filtering. Gibbs phenomenon refers to large oscillations that occur when approximating discontinuous functions with Fourier series. The project aims to develop a more precise activation function by allowing more parameters and using Gibbs phenomenon. Specifically, it will calculate Fourier series of a function at a singular point with high precision and compare it to an activator gate's approximation of the same function. The activator gate values will be input as Fourier expansion parameters to tune the gate's precision. This could help improve performance for precision determination applications.

Uploaded by

amiya anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views9 pages

Signal Filtering Using Gibbs Phenomenon

This document discusses using Gibbs phenomenon to tune an activation function for signal filtering. Gibbs phenomenon refers to large oscillations that occur when approximating discontinuous functions with Fourier series. The project aims to develop a more precise activation function by allowing more parameters and using Gibbs phenomenon. Specifically, it will calculate Fourier series of a function at a singular point with high precision and compare it to an activator gate's approximation of the same function. The activator gate values will be input as Fourier expansion parameters to tune the gate's precision. This could help improve performance for precision determination applications.

Uploaded by

amiya anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

SIGNAL FILTERING USING

GIBBS PHENOMENON

Hemant Mangal 18BEC0582


CONTENTS:

AIM & CONCEPT


CODE OUTPUT
The idea of this project is to develop a fine tuned activation
function by giving more figures or parameters of freedom to
highly value dependent functions.We use a concept called
the Gibbs Phenomenon. The idea is very easy as we basically
calculate the value of Fourier Series of a differentiable
function at a singular point at a very high precision. This
signal is compared by an activator at the gate which basically
approximates the same function at that point. The signal is
input terms of the parameters of the expansion in order to
tune the precision of that gate. A microprocessor could be
used for this purpose. The significance of this algorithm lies
in the precision determination performance.
GIBBS PHENOMENON
• In mathematics, the Gibbs phenomenon, discovered by Henry Wilbraham (1848) and
rediscovered by J. Willard Gibbs (1899), is the peculiar manner in which the Fourier series of a
piecewise continuously differentiable periodic function behaves at a jump discontinuity. The
nth partial sum of the Fourier series has large oscillations near the jump, which might increase
the maximum of the partial sum above that of the function itself. The overshoot does not die
out as n increases, but approaches a finite limit. This sort of behaviour was also observed by
experimental physicists, but was believed to be due to imperfections in the measuring
apparatuses.Informally, the Gibbs phenomenon reflects the difficulty inherent in
approximating a discontinuous function by a finite series of continuous sine and cosine waves.
It is important to put emphasis on the word finite because even though every partial sum of the
Fourier series overshoots the function it is approximating, the limit of the partial sums does
not. The value of x where the maximum overshoot is achieved moves closer and closer to the
discontinuity as the number of terms summed increases so, again informally, once the
overshoot has passed by a particular x, convergence at the value of x is possible.
• There is no contradiction in the overshoot converging to a non-zero amount, but the limit of
the partial sums having no overshoot, because the location of that overshoot moves. We have
pointwise convergence, but not uniform convergence. For a piecewise C1 function the Fourier
series converges to the function at every point except at the jump discontinuities. At the jump
discontinuities themselves the limit will converge to the average of the values of the function
on either side of the jump. This is a consequence of the Dirichlet theorem.
• The Gibbs phenomenon is also closely related to the principle that the decay of the Fourier
coefficients of a function at infinity is controlled by the smoothness of that function; very
smooth functions will have very rapidly decaying Fourier coefficients (resulting in the rapid
convergence of the Fourier series), whereas discontinuous functions will have very slowly
decaying Fourier coefficients (causing the Fourier series to converge very slowly).
MATLAB CODE
OUTPUTS
THANK YOU!

You might also like