Data Fields

arm_fir_sparse_instance_f32 Struct Reference

Instance structure for the floating-point sparse FIR filter. More...

#include <arm_math.h>

Data Fields

uint16_t numTaps
uint16_t stateIndex
float32_t * pState
float32_t * pCoeffs
uint16_t maxDelay
int32_t * pTapDelay

Detailed Description

Instance structure for the floating-point sparse FIR filter.

Definition at line 4143 of file arm_math.h.


Field Documentation

number of coefficients in the filter.

Definition at line 4145 of file arm_math.h.

state buffer index. Points to the oldest sample in the state buffer.

Definition at line 4146 of file arm_math.h.

points to the state buffer array. The array is of length maxDelay+blockSize-1.

Definition at line 4147 of file arm_math.h.

points to the coefficient array. The array is of length numTaps.

Definition at line 4148 of file arm_math.h.

maximum offset specified by the pTapDelay array.

Definition at line 4149 of file arm_math.h.

points to the array of delay values. The array is of length numTaps.

Definition at line 4150 of file arm_math.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines