Project Ne10
An open, optimized software library for the ARM architecture.
|
Instance structure for the floating point FIR Lattice filter. More...
#include <NE10_types.h>
Public Attributes | |
ne10_uint16_t | numStages |
numStages of the of lattice filter. More... | |
ne10_float32_t * | pState |
Points to the state variable array. More... | |
ne10_float32_t * | pCoeffs |
Points to the coefficient array. More... | |
Instance structure for the floating point FIR Lattice filter.
Definition at line 371 of file NE10_types.h.
ne10_uint16_t ne10_fir_lattice_instance_f32_t::numStages |
numStages of the of lattice filter.
Definition at line 373 of file NE10_types.h.
ne10_float32_t* ne10_fir_lattice_instance_f32_t::pCoeffs |
Points to the coefficient array.
The array is of length numStages.
Definition at line 375 of file NE10_types.h.
ne10_float32_t* ne10_fir_lattice_instance_f32_t::pState |
Points to the state variable array.
The array is of length numStages.
Definition at line 374 of file NE10_types.h.