Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

IIR Filter PtByPt (Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Filters x using the direct form IIR filter specified by Reverse Coefficients and Forward Coefficients.

This VI is similar to the IIR Filter VI.

Details  

initialize, when TRUE, initializes the internal state of the VI.
x is the input signal to filter.
Reverse Coefficients is the reverse coefficients of the filter design. If the set of reverse coefficients is empty, the forward coefficients should be empty too. Otherwise, the VI returns an error. If both sets of coefficient inputs are empty, Filtered x is set equal to x.
Forward Coefficients is the forward coefficients of the filter design.
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.

IIR Filter PtByPt Details

The IIR Filter PtByPt VI obtains the elements of Filtered X using the following equation.

,

where Y is Filtered X, Nb is the number of Forward Coefficients, bj is Forward Coefficients, Na is the number of Reverse Coefficients, and ak is Reverse Coefficients.

Note  You can use the IIR Filter PtByPt VI to perform FIR filtering by passing an empty array into Reverse Coefficients.

Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit