• Any recommendation of 8051 uC for FFT
    Dear all, I am going to design a simple data aquisition system. I am newbie to FFT and uC. See if there is any recommendation. Thanks. Bill
  • FFT code
    I'm looking for C code to do an FFT on a Cygnal C8051. Has anyone done this?
  • 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 for C167
    Hello, Does anyone know a assembler- routine on a C167. please could you help me ?
  • Cortex-M0 and FFT Integration
    Problem Statement: Processing the array with sound samples through FFT on Cortex M0 I am using the ARM CMSIS DSP Library for the Cortex-M0, using following command data_length = 256;   float32_t sample_data...