sof icon indicating copy to clipboard operation
sof copied to clipboard

Math: FFT: Add 16 bit FFT and IFFT version

Open singalsu opened this issue 2 years ago • 1 comments

First commit switches to script generated twiddle_32.h

Second commit adds the 16 bit FFT version.

The FFT API has changed with added number argument 16 or 32 to fft_plan_new() to indicate desired word length. Fft_execute() has been replaced with fft_execute_16() and fft_execute_32() functions. Please let me know what you think about API change. I'm not aware of other FFT library usage than cmocka.

singalsu avatar Jul 29 '22 17:07 singalsu

@ShriramShastry @andrula-song any comments ?

lgirdwood avatar Aug 10 '22 14:08 lgirdwood

@singalsu can you force push again to restart CI now that power is back.

lgirdwood avatar Aug 23 '22 08:08 lgirdwood