Converts a filter from the IIR cascade form to direct form.
The input IIR cascade filter.
Structure of the input filter.
This input can only be IIR Cascade 2nd Order or IIR Cascade 4th Order.
Name | Value | Description |
---|---|---|
IIR Cascade 2nd Order | 0 | Uses IIR second-order filter stages. |
IIR Cascade 4th Order | 1 | Uses IIR fourth-order filter stages. |
IIR Direct | 2 | Uses the direct-form IIR filter. |
FIR | 3 | Uses the FIR filter. |
Default: IIR Cascade 2nd Order
Forward coefficients of the filter.
Reverse coefficients of the filter.
Sampling frequency in Hz.
This input must be greater than 0.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
The output IIR direct filter.
Structure of the output filter.
This output always returns IIR Direct.
Name | Value | Description |
---|---|---|
IIR Cascade 2nd Order | 0 | Uses IIR second-order filter stages. |
IIR Cascade 4th Order | 1 | Uses IIR fourth-order filter stages. |
IIR Direct | 2 | Uses the direct-form IIR filter. |
FIR | 3 | Uses the FIR filter. |
The direct-form, forward coefficients.
The direct-form, reverse coefficients.
The sampling frequency in Hz.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: This product does not support FPGA devices
Web Server: Not supported in VIs that run in a web application