Project Ne10
An open, optimized software library for the ARM architecture.
Public Attributes | List of all members
ne10_fir_lattice_instance_f32_t Struct Reference

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_tpState
 Points to the state variable array. More...
 
ne10_float32_tpCoeffs
 Points to the coefficient array. More...
 

Detailed Description

Instance structure for the floating point FIR Lattice filter.

Definition at line 371 of file NE10_types.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: