Home
last modified time | relevance | path

Searched refs:lms_iir_32 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dmath_ops.h126 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/
Dcmsis_dsp_wrapper.c70 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref, in lms_iir_32() function
Dnature_dsp_wrapper.c73 void lms_iir_32(int32_t *err, int32_t *coef, int32_t *input, int32_t *ref, in lms_iir_32() function
Dmath_ops.c138 lms_iir_32(fir_err, fir_coef, fir_in, fir_ref, MU, FIR_LENGTH, FIR_M); in test_fir_blms_op()