Searched refs:coef_sos (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | cmsis_dsp_wrapper.c | 47 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g, in real_block_iir_32() argument 65 arm_biquad_cascade_df1_init_q31(&handle, M, coef_sos, &biquadStateBandQ31[0], 2); in real_block_iir_32()
|
D | nature_dsp_wrapper.c | 49 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g, in real_block_iir_32() argument 62 handle = bqriir32x32_df1_init(objmem, M, coef_sos, coef_g, 0); in real_block_iir_32()
|
D | math_ops.c | 113 real_block_iir_32(IIR_M, coef_sos, coef_g, iir_in, iir_out, IIR_LENGTH); in test_iir_op()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | input.h | 332 static const int32_t coef_sos[IIR_M * 5] = {526133493, 848256040, 633507676, variable
|
D | math_ops.h | 104 void real_block_iir_32(int M, const int32_t *coef_sos, const int16_t *coef_g,
|