Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/
Dmath_ops.h86 void fft_real32(int32_t *input, int32_t *output, int length);
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dcmsis_dsp_wrapper.c30 void fft_real32(int32_t *in, int32_t *out, int length) in fft_real32() function
Dnature_dsp_wrapper.c38 void fft_real32(int32_t *in, int32_t *out, int length) in fft_real32() function
Dmath_ops.c99 fft_real32(fft_in, fft_out, FFT_LENGTH); in test_fft_op()