Embedded Target for Texas Instruments C6000 DSPs | ![]() ![]() |
Filter a real input signal using a real FIR filter
Library
Description
The Radix-8 Real FIR block filters a real input signal X using a real FIR filter. This filter is implemented using a direct form structure.
The number of input samples per channel must be even. The filter coefficients are specified by a real vector, H. The number of coefficients must be an integer multiple of eight. The coefficients must be in reversed order. All inputs, coefficients, and outputs are Q.15 signals.
The Radix-8 Real FIR block supports discrete sample times and little-endian code generation only.
Dialog Box
Specify via dialog
--Enter the coefficients in the Coefficients parameter in the dialog
Input port
--Accept the coefficients from port H. This port must have the same rate as the input data port X
Specify via dialog
is selected for the Coefficient source parameter. This parameter is tunable in simulation.Algorithm
In simulation, the Radix-8 Real FIR block is equivalent to the TMS320C62x DSP Library assembly code function DSP_fir_r8
. During code generation, this block calls the DSP_fir_r8
routine to produce optimized code.
See Also
Complex FIR, General Real FIR, Radix-4 Real FIR, Symmetric Real FIR
![]() | Radix-4 Real FIR | Real Forward Lattice All-Pole IIR | ![]() |