FIR Windowed Filter

NI-SCOPE LabVIEW

FIR Windowed Filter

FIR filters are well suited for applications that require phase information, because the phase response is always linear. This linearity prevents distortion of time-domain filtered data. The transient response of an FIR filter is a fixed number of points, filter taps –1, which are eliminated in the filtered waveform returned from this VI.

Windowed FIR filters use the cutoff frequency as part of the design process, but the cutoff is specified before the windowing operation. For Windowed FIR filters of sufficient taps (more than 10 for a simple lowpass), the cutoff frequency has a magnitude near 0.5 (or 6 dB down). This magnitude varies slightly with the order and the window type.

The number of taps in the filter (that is, the number of coefficients in the filter) is given by the Filter Taps property. This number must be odd for highpass and bandstop filters. The window for the coefficients is set with the FIR Window property.

Units

Volts

X Units

Seconds (linear time delay)

Resulting Array Size

inputSize × (Measurement Filter Taps – 1)