Altera_Forum
Honored Contributor
13 years agoPitch detection using verilog HDL codes
Hi,
I would like to do some pitch detection using verilog codes. Does anyone have done it before? Firstly, I would like to save my recorded audio files (.wav files) into SDRAM on DE2 FPGA. However, I have no clue on how to perform such a process. Does anyone know how to store audio files into SDRAM? Besides, after storing the audio files into the SDRAM, I would like to read it out and perform FFT process to detect the pitch / frequency of the audio files. Is it possible to do so? Did I miss out any steps? Thank You.:)