Inv Chebyshev Coefficients (Not in Base Package)

Generates the set of filter coefficients to implement an IIR filter as specified by the Chebyshev II Filter model. You can pass these coefficients to the IIR Cascade Filter VI to filter a sequence of data. Details

filter type specifies the passband of the filter.

0Lowpass (default)
1Highpass
2Bandpass
3Bandstop
sampling freq: fs is the sampling frequency and must be greater than zero. The default is 1.0.
high cutoff freq: fh is the high cutoff frequency. The VI ignores this parameter when filter type is 0 (Lowpass) or 1 (Highpass). When filter type is 2 (Bandpass) or 3 (Bandstop), high cutoff freq: fh must be greater than low cutoff freq: fl.
low cutoff freq: fl is the low cutoff frequency and must observe the Nyquist criterion.

where is the cutoff frequency, and is the sampling frequency.

Note  All cutoff frequencies must be less than half .
attenuation is the attenuation in the stopband. attenuation must be greater than zero and must be expressed in decibels. The default is 60.0
order is the order of the IIR filter and must be greater than zero.
IIR Filter Cluster contains three elements: filter structure, Reverse Coefficients, and Forward Coefficients.
filter structure indicates either IIR second-order or IIR fourth-order filter stages.
Reverse Coefficients is the reverse coefficients of the IIR cascade filter.
Forward Coefficients is the forward coefficients of the IIR cascade filter.
error returns any error or warning from the VI. Refer to Signal Processing Error Codes for more information about these conditions.

Inv Chebyshev Coefficients Details

Refer to Chebyshev II or Inverse Chebyshev Filters for additional information and examples of how to use inverse Chebyshev filters. The Inv Chebyshev Coefficients VI is a subVI of the Inverse Chebyshev Filter VI.