This is a project that I threw together one weekend. The FFT is calculated using Processing. The FFT is then sent to the Freeduino via the serial port. The Freeduino displays the FFT on the dot matrix display using shift registers and a Darlington transistor array.
Aug
25

2 comments
Dave Deriso says:
May 29, 2011 at 3:32 pm (UTC -7 )
Hi Kris,
Awesome work! I was wondering if your DFT library was expandable for doing something like a Welch’s PSDE algorithm? (https://ccrma.stanford.edu/~jos/mdft/Power_Spectral_Density_Estimation.html).
Theres some discussion of this here:
http://neuroelec.com/2011/03/fft-library-for-arduino/
Thanks!!
Dave
Kris says:
May 30, 2011 at 3:51 pm (UTC -7 )
Hi Dave,
I didn’t write my own FFT library. I used an existing library for Processing, so I am not sure if it can be expanded for PDSE. Sorry, I couldn’t be more helpful.
Thanks for the comment!
Kris