CMSIS2000  0.0.7
 Указатель Структуры данных Файлы Функции Переменные Определения типов Перечисления Элементы перечислений Макросы Группы Страницы
Структура arm_biquad_casd_df1_inst_f32

Instance structure for the floating-point Biquad cascade filter. Подробнее...

#include <arm_math.h>

Поля данных

uint32_t numStages
 number of 2nd order stages in the filter.
float32_tpCoeffs
 Points to the array of coefficients.
float32_tpState
 Points to the array of state coefficients.

Подробное описание

Instance structure for the floating-point Biquad cascade filter.

См. определение в файле arm_math.h строка 1244

Поля

uint32_t arm_biquad_casd_df1_inst_f32::numStages

number of 2nd order stages in the filter.

Overall order is 2*numStages.

См. определение в файле arm_math.h строка 1246

float32_t* arm_biquad_casd_df1_inst_f32::pCoeffs

Points to the array of coefficients.

The array is of length 5*numStages.

См. определение в файле arm_math.h строка 1248

float32_t* arm_biquad_casd_df1_inst_f32::pState

Points to the array of state coefficients.

The array is of length 4*numStages.

См. определение в файле arm_math.h строка 1247


Объявления и описания членов структуры находятся в файле: