Sinc filter

From Wikipedia, the free encyclopedia
The normalized sinc function, the impulse response of a sinc-in-time filter and the frequency response of a sinc-in-frequency filter.
The rectangular function, the frequency response of a sinc-in-time filter and the impulse response of a sinc-in-frequency filter.

In signal processing, a sinc filter can refer to either a sinc-in-time filter whose impulse response is a sinc function and whose frequency response is rectangular, or to a sinc-in-frequency filter whose impulse response is rectangular and whose frequency response is a sinc function. Calling them according to which domain the filter resembles a sinc avoids confusion. If the domain is unspecified, sinc-in-time is often assumed, or context hopefully can infer the correct domain.

Sinc-in-time[edit]

Sinc-in-time is an ideal filter that removes all frequency components above a given cutoff frequency, without attenuating lower frequencies, and has linear phase response. It may thus be considered a brick-wall filter or rectangular filter.

Its impulse response is a sinc function in the time domain:

while its frequency response is a rectangular function:

where (representing its bandwidth) is an arbitrary cutoff frequency.

Its impulse response is given by the inverse Fourier transform of its frequency response:

where sinc is the normalized sinc function.

Brick-wall filters[edit]

An idealized electronic filter with full transmission in the pass band, complete attenuation in the stop band, and abrupt transitions is known colloquially as a "brick-wall filter" (in reference to the shape of the transfer function). The sinc-in-time filter is a brick-wall low-pass filter, from which brick-wall band-pass filters and high-pass filters are easily constructed.

The lowpass filter with brick-wall cutoff at frequency BL has impulse response and transfer function given by:

The band-pass filter with lower band edge BL and upper band edge BH is just the difference of two such sinc-in-time filters (since the filters are zero phase, their magnitude responses subtract directly):[1]

The high-pass filter with lower band edge BH is just a transparent filter minus a sinc-in-time filter, which makes it clear that the Dirac delta function is the limit of a narrow-in-time sinc-in-time filter:

Unrealizable[edit]

As the sinc-in-time filter has infinite impulse response in both positive and negative time directions, it is non-causal and has an infinite delay (i.e., its compact support in the frequency domain forces its time response not to have compact support meaning that it is ever-lasting) and infinite order (i.e., the response cannot be expressed as a linear differential equation with a finite sum). However, it is used in conceptual demonstrations or proofs, such as the sampling theorem and the Whittaker–Shannon interpolation formula.

Sinc-in-time filters must be approximated for real-world (non-abstract) applications, typically by windowing and truncating an ideal sinc-in-time filter kernel, but doing so reduces its ideal properties. This applies to other brick-wall filters built using sinc-in-time filters.

Stability[edit]

The sinc filter is not bounded-input–bounded-output (BIBO) stable. That is, a bounded input can produce an unbounded output, because the integral of the absolute value of the sinc function is infinite. A bounded input that produces an unbounded output is sgn(sinc(t)). Another is sin(2πBt)u(t), a sine wave starting at time 0, at the cutoff frequency.

Frequency-domain sinc[edit]

Filter transmission function of a 4sample group averaging filter

The simplest implementation of a sinc-in-frequency filter uses a boxcar impulse response to produce a simple moving average (specifically if divide by the number of samples), also known as accumulate-and-dump filter (specifically if simply sum without a division). It can be modeled as a FIR filter with all coefficients equal. It is sometimes cascaded to produce higher-order moving averages (see Finite impulse response § Moving average example and cascaded integrator–comb filter).

This filter can be used for crude but fast and easy downsampling (a.k.a. decimation) by a factor of The simplicity of the filter (accumulate data samples, output the accumulator result, zero the accumulator, and repeat) is foiled by its mediocre low-pass capabilities. Its poorest attenuation in the stop-band is -13.3 dB[2] and most high frequency components are only slightly more attenuated than that. An -sample filter sampled at will alias all non-fully attenuated signal components lying above to the baseband ranging from DC to

Filter transmission function of a 32sample group averaging filter

A group averaging filter processing samples has transmission zeroes evenly-spaced by with the lowest zero at and the highest zero at (the Nyquist frequency). Above the Nyquist frequency, the frequency response is mirrored and then is repeated periodically above forever.

The magnitude of the frequency response (plotted in these graphs) is useful when one wants to know how much frequencies are attenuated. Though the sinc function really oscillates between negative and positive values, negative values of the frequency response simply correspond to a 180-degree phase shift.

An inverse sinc filter may be used for equalization in the digital domain (e.g. a FIR filter) or analog domain (e.g. opamp filter) to counteract undesired attenuation in the frequency band of interest to provide a flat frequency response.[3]

See Window function § Rectangular window for application of the sinc kernel as the simplest windowing function.

transmission function of a 16sample group averaging filter working on a 1kHz input data rate, extended to 4x the Nyquist frequency

See also[edit]

References[edit]

  1. ^ Mark Owen (2007). Practical signal processing. Cambridge University Press. p. 81. ISBN 978-0-521-85478-8.
  2. ^ Verbeure, Tom (2020-09-30). "An Intuitive Look at Moving Average and CIC Filters". Electronics etc…. Archived from the original on 2023-04-02. Retrieved 2023-08-24.
  3. ^ "APPLICATION NOTE 3853: Equalizing Techniques Flatten DAC Frequency Response". Analog Devices. 2012-08-20. Archived from the original on 2023-09-18. Retrieved 2024-01-02.

External links[edit]