Embedded Target for Texas Instruments C6000 DSPs | ![]() ![]() |
Filter a real input signal using an autoregressive forward lattice filter
Library
Description
The Real Forward Lattice All-Pole IIR block filters a real input signal using an autoregressive forward lattice filter. The input and output signals must be the same 16-bit signed fixed-point data type. The reflection coefficients must be real and Q.15. The number of reflection coefficients must be greater than or equal to four, and they must be in reversed order. Use an even number of reflection coefficients to maximize the speed of your generated code.
The Real Forward Lattice All-Pole IIR block supports discrete sample times and both little-endian and big-endian code generation.
Dialog Box
Specify via dialog
--Enter the coefficients in the Reflection coefficients parameter in the dialog
Input port
--Accept the coefficients from port K
Specify via dialog
is selected for the Coefficient source parameter. This parameter is tunable in simulation.Algorithm
In simulation, the Real Forward Lattice All-Pole IIR block is equivalent to the TMS320C62x DSP Library assembly code function DSP_iirlat
. During code generation, this block calls the DSP_iirlat
routine to produce optimized code.
See Also
![]() | Radix-8 Real FIR | Real IIR | ![]() |