AMate
New Contributor
7 years agoCyclone II - EP2C20F484C7 - Project Questions
Hello,
I am currently working on a project to see an audio spectrum on my VGA monitor by speaking into a microphone connected to the board or by playing an audio file from the computer.
I've been mostly working alone and had to document myself on all the details.
From my understanding, I have to save the audio samples in a RAM then send the samples to a module where the FFT calculations take place then save the FFT samples in another RAM and by using a VGA controller, display them on my monitor.
The questions I have:
- Is my understanding correct?
- Can I create a FFT module on my Cyclone II board? I have problems with implementing it. I tried using IP Cores but I saw that they are not available for this board model. (?)
- If I somehow get to the part where I need to display the spectrum, how do I make it look like a spectrum, I was wondering if I can be pointed in the right direction with an article or two.
Those are my questions for now.
Thanks in advance!