Hi All,
i want to compute 8192 point FFT in my project.Which micro controller is suitable for computing the FFT.
Thanks in Advance
Joseph.D
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
i want to compute 8192 point FFT in my project.Which micro controller is suitable for computing the FFT.
Thanks in Advance
Joseph.D
Joseph,
unfortunately there is almost no information in your request. What kind of data? What processing speed is required?
Tell a little bit more about your project!
You somehow got the MSP430 forum - so maybe the new and powerful MSP432 is a suitable part for you - you can read about it here:
And there is a LaunchPad for it, too:
Dennis
Joseph Christober said:I am new to this FFT and all.So i have no idea about this.
Then learn. Good place to start: search for information and READ, LEARN. Did you check Wikipedia FFT page? Still no idea?
To answer your question: 8192 point FFT needs input sample memory and output data memory. In case of 16-bit real data input and real data output, you need at least 32KBytes of RAM, in case of complex data it would be twice: 64Kilobytes which unfortunately is all what you can get using biggest msp430 chips. So, as already suggested - you need another, bigger more powerful microcontroller
**Attention** This is a public forum