Searched refs:coef (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | cmsis_dsp_wrapper.c | 70 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref, in lms_iir_32() argument 76 arm_lms_init_q31(&handle, M, coef, ref, mu, block_size, 0); in lms_iir_32() 77 arm_lms_q31(&handle, input, ref, coef, err, block_size); in lms_iir_32()
|
D | nature_dsp_wrapper.c | 73 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref, in lms_iir_32() argument 93 fir_blms32x32(err, coef, input, ref, norm64, mu, block_size, M); in lms_iir_32()
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | math_ops.h | 126 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref,
|