![]() |
DSPLIB User Guide
|
Structure containing the parameters to initialize the kernel.
Definition at line 105 of file DSPLIB_cascadeBiquad.h.
Data Fields | |
| int8_t | funcStyle |
| Variant of the function refer to DSPLIB_FUNCTION_STYLE More... | |
| uint32_t | dataSize |
| Size of input data More... | |
| uint32_t | numStages |
| Size of batch in terms of number of channels of input data More... | |
| uint32_t | numChannels |
| number of channels More... | |
| int8_t DSPLIB_cascadeBiquad_InitArgs::funcStyle |
Variant of the function refer to DSPLIB_FUNCTION_STYLE
Definition at line 107 of file DSPLIB_cascadeBiquad.h.
| uint32_t DSPLIB_cascadeBiquad_InitArgs::dataSize |
Size of input data
Definition at line 109 of file DSPLIB_cascadeBiquad.h.
| uint32_t DSPLIB_cascadeBiquad_InitArgs::numStages |
Size of batch in terms of number of channels of input data
Size of filter
number of stages
Definition at line 115 of file DSPLIB_cascadeBiquad.h.
| uint32_t DSPLIB_cascadeBiquad_InitArgs::numChannels |
number of channels
Definition at line 117 of file DSPLIB_cascadeBiquad.h.