Project Ne10
An open, optimized software library for the ARM architecture.
|
Instance structure for the floating-point FIR Interpolation. More...
#include <NE10_types.h>
Public Attributes | |
ne10_uint8_t | L |
Interpolation Factor. More... | |
ne10_uint16_t | phaseLength |
Length of each polyphase filter component. More... | |
ne10_float32_t * | pCoeffs |
Points to the coefficient array. More... | |
ne10_float32_t * | pState |
Points to the state variable array. More... | |
Instance structure for the floating-point FIR Interpolation.
Definition at line 392 of file NE10_types.h.
ne10_uint8_t ne10_fir_interpolate_instance_f32_t::L |
Interpolation Factor.
Definition at line 394 of file NE10_types.h.
ne10_float32_t* ne10_fir_interpolate_instance_f32_t::pCoeffs |
Points to the coefficient array.
The array is of length numTaps.
Definition at line 396 of file NE10_types.h.
ne10_uint16_t ne10_fir_interpolate_instance_f32_t::phaseLength |
Length of each polyphase filter component.
Definition at line 395 of file NE10_types.h.
ne10_float32_t* ne10_fir_interpolate_instance_f32_t::pState |
Points to the state variable array.
The array is of length numTaps+maxBlockSize-1.
Definition at line 397 of file NE10_types.h.