Browse By Tags

  • ARM CFFT Peak Velocity from Acceleration data

                   Hello guys,

          I am using an NRF chip with Cortex M4. Currently I am reading data from an accelerometer (12 signed bit ADC) and I have to get peak velocity. For that I am using the Omega arithmetic algorithm, as follows:

             - remove offset from…

  • 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…