Content deleted Content added
Fixed error in argument of sinc function. Explicitly showed applicability to series of arbitrary period. |
Oops, fix mistake in previous commit, and spell out what 'normalized' means to avoid previous such mistakes. |
||
Line 1:
In [[mathematics]], '''σ-approximation''' adjusts a [[Fourier series|Fourier summation]] to eliminate the [[Gibbs phenomenon]] which would otherwise occur at [[discontinuities]].
A σ-approximated summation for a series of period T can be written as follows''':'''
:<math>s(\theta) = \frac{1}{2} a_0 + \sum_{k=1}^{m-1} \mathrm{sinc}\left(\frac{
Here, the term
:<math>\mathrm{sinc}\left(\frac{
is the '''Lanczos σ factor''', which is responsible for eliminating most of the Gibbs ringing phenomenon. It does not do so entirely, however, but one can square or even cube the expression to serially attenuate Gibbs Phenomenon in the most extreme cases.
|