• FFT library for NEON
    Hello, Can you please recommend on a high performance library that contains FFT for uint32_t vectors ? open source is nice, but not mandatory. Thank you, Zvika
  • FFT filter code for Sam4s2a
    The below code is FFT filter code for SAM4SD32C "< uint32_t ifftFlag = 0; uint32_t doBitReverse = 1; uint32_t fftSize = 1024; #define TEST_LENGTH_SAMPLES 2048 for(xt=0;xt<2048;xt++) { mt[xt...
  • FFT filter code for Sam4s2a
    The below code is FFT filter code for SAM4SD32C "< uint32_t ifftFlag = 0; uint32_t doBitReverse = 1; uint32_t fftSize = 1024; #define TEST_LENGTH_SAMPLES 2048 for(xt=0;xt<2048;xt++) { mt[xt...
  • Linker error for FFT DSP example
    Hi all, I'm simply trying to use the arm_fft_bin_example_f32.c in Keil uVision4. Trying to build gives me this error - error: L6047U: The size of this image (32772 bytes) exceeds the maximum...
  • Implementation FFT in C for at89c52
    Hi evryone, I would like to do FTT algorithm in C language for at89c52. Does anyone help me on this? Thanks ------- Zeusti Team Guru