18.2.2 Algorithms (FFT Filters)FFT-Filter-Algorithm
The Fourier transform of the input signal is first computed. Then the transformed data is processed in the frequency domain. Finally, the altered frequencies are converted back to signal in time domain with inverse Fourier transform.
Different types of filters apply different processing on the transform data, resulting in different filtering effects.
For low-pass, high-pass, band-pass, band-block filter or parabolic low-pass, transformed data is multiplied with a window determined by the filter type, as shown in the below table.
Note that the Keep DC Offset option can affect the window used for multiplying the transformed data. If this check box is selected, the first point of the window will be set to 1.
If the threshold filter is used, the power of every frequency component is examined after the Fourier transformed is performed on the input signal. If the power of a component is not greater than the threshold, this component will be discarded. Otherwise, it is preserved. After examining all frequency components, inverse Fourier transform is performed on the altered frequencies.
|