• CMSIS DSP - FFT / RFFT
    Recently I've been trying to implement FFT provided in CMSIS-DSP libraries. And something strange happens - some of output array elements have values below 0. I am using arm_rfft_fast_f32 . According...
  • anyone could give me a .s document of FFT(fast fourier transform for 2^N point) for Arm7
    hi everyone, This is the first time that I used this Arm community. I am a graduate student at NJIT in the U.S. . These days, I am learning Arm by myself. I used Armsim compiler which is developed by...
  • CMSIS-DSP: CFFT with Q15, wrong output
    Hi, I changed the CMSIS-DSP frequency bin example to Q15 format (or at least I'm trying to do so), but I'm getting wrong results. My changed code: /* =================================================...
  • Feature request: add Windowing functions to CMSIS-DSP
    CMSIS-DSP offers some functions to perform FFT (Fast Fourier Transform). An usual approach, before a FFT, is to apply a window, for example to reduce leakage effect. A lot of different window have...
  • 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...