Discreat fourier transform
HEllo,
I am just wondering if anyone have experience in implemeting fourier transform on a pic. I am using picbasic pro compiler.
The project that i am working on goes like this:
i am digitizing the integral of a square wave.using an external 12 bit A2D converter with 10Mega samples per second. the parallel output of an A2D goes into pic18 (i haven't decided which one yet). The Pic18 should perform the discreat fourier transform or FFT on the digitized signal. I am suppose to find the frequency and amplitude of the higest and second highest point.
Any ideas Please help
Thanks guys
Read Microchip Appnote 681
Dear Rockey,
You may find something useful in the mentioned microchip application notes. Go to www.microchip.com and search for the appnote.
As far as the 10Meg samples are considered you need to have some sort of FIFO memory then interface it to the PIC. Another way is using a programmable logic. That will make your tasks simpler (I guess!!!).
Regards
Sougata