Searched refs:IIR_M (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
| D | input.h | 330 #define IIR_M 5 macro 332 static const int32_t coef_sos[IIR_M * 5] = {526133493, 848256040, 633507676, 342 static const int16_t coef_g[IIR_M] = {16384, 8192, 4096, 2048, 1024};
|
| /Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
| 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()
|