Project Ne10
An open, optimized software library for the ARM architecture.
|
#include "NE10_types.h"
Go to the source code of this file.
Functions | |
ne10_result_t | ne10_iir_lattice_init_float (ne10_iir_lattice_instance_f32_t *S, ne10_uint16_t numStages, ne10_float32_t *pkCoeffs, ne10_float32_t *pvCoeffs, ne10_float32_t *pState, ne10_uint32_t blockSize) |
Initialization function for the floating-point IIR lattice filter. More... | |