Inverse Chebyshev Filter PtByPt VI

Owning Palette: Filters PtByPt VIs

Requires: Full Development System

Generates a digital Chebyshev II filter using the Inv Chebyshev Coefficients algorithm.

This VI is similar to the Inverse Chebyshev Filter VI.

Note  By default, reentrant execution is enabled in all Point By Point VIs.

Details  

 Add to the block diagram  Find on the palette
initialize, when TRUE, initializes the internal state of the VI.
filter type specifies the passband of the filter.

0Lowpass
1Highpass
2Bandpass
3Bandstop
x is the input signal to filter.
sampling freq: fs is the frequency in Hz at which you want to sample x and must be greater than 0. The default is 1.0 Hz. If sampling freq: fs is less than or equal to 0, this VI sets Filtered x to 0 and returns an error.
high cutoff freq: fh is the high cutoff frequency in Hz. The default is 0.45 Hz. 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 and observe the Nyquist criterion.
low cutoff freq: fl is the low cutoff frequency in Hz and must observe the Nyquist criterion. The default is 0.125 Hz. If low cutoff freq: fl is less than or equal to 0 or greater than half the value of sampling freq: fs, the VI sets Filtered x to 0 and returns an error. When filter type is 2 (Bandpass) or 3 (Bandstop), low cutoff freq: fl must be less than high cutoff freq: fh.
attenuation is the attenuation in the stopband. attenuation must be greater than 0 and expressed in decibels. The default is 60.0. If attenuation is less than or equal to 0, the VI sets the output to 0 and returns an error.
order specifies the filter order and must be greater than 0. The default is 2. If order is less than or equal to 0, the VI sets Filtered x to 0 and returns an error.
Filtered x contains the result of filtering the input sequence x by convolution.
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster.

Inverse Chebyshev Filter PtByPt Details

The values for high cutoff freq: fh and low cutoff freq: fl must observe the following relationship:

0 < f1 < f2 < 0.5fs

where f1 is low cutoff freq: fl, f2 is high cutoff freq: fh, and fs is sampling freq: fs.