This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FFT code

I'm looking for C code to do an FFT on a Cygnal C8051. Has anyone done this?

Parents
  • As stated, the "Numerical Recipes in C" is a good book and provides pseudo code and description of coding FFTs. However, unless the 51 processor you're using has an intrinsic floating point processor, your likely to get only SFTs (Slow Fourier Transforms) at best out of it :)

    Somebody should make a peripheral bus device that embedds FFT. Analog signal on the input, spectral result registers via parallel bus interface on the other side. Would be a handy little device to throw at any number of problems for an embedded ckt board.

Reply
  • As stated, the "Numerical Recipes in C" is a good book and provides pseudo code and description of coding FFTs. However, unless the 51 processor you're using has an intrinsic floating point processor, your likely to get only SFTs (Slow Fourier Transforms) at best out of it :)

    Somebody should make a peripheral bus device that embedds FFT. Analog signal on the input, spectral result registers via parallel bus interface on the other side. Would be a handy little device to throw at any number of problems for an embedded ckt board.

Children
No data