Browse By Tags

  • FFT C-File

    Hello everybody,

    im using the Math.h file to do a rfft with 1024 points und q15 datatype.

    So far everything works fine, and I get good results. It needs a computation time of ~720us on my CortexM4 @100Mhz.

    This is very Impressive, but to long for my application…

  • CMSIS DSP stage_rfft_f32 function

    Hi,

    I am exploring the CMSIS DSP library. After playing for a while I have 2 questions:

    -in case I want to evaluate DFT over bigger data window than 4096 I would need to provide Twiddle Coefficient array for particular size and make aplit the data set…