Searched refs:lms_iir_32 (Results 1 – 4 of 4) sorted by relevance
/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,
|
/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() function
|
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() function
|
D | math_ops.c | 138 lms_iir_32(fir_err, fir_coef, fir_in, fir_ref, MU, FIR_LENGTH, FIR_M); in test_fir_blms_op()
|