FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

NEED HELP in audio signal processing

Altera_Forum
Honored Contributor II
1,352 Views

i am using DE1 Board equipped with Cyclone II, 

im juz a newbie in FPGA, pls help me in this project.. 

 

i wound like to know how to perform the fast furior transform
0 Kudos
7 Replies
Altera_Forum
Honored Contributor II
316 Views

First step : start with something alot simpler than an FFT.

0 Kudos
Altera_Forum
Honored Contributor II
316 Views

You should solve it in the following order. 

 

1. Be familiar with your board and audio CODEC. 

 

2. Write or get a module to drive the audio CODEC. Use it and understand it. 

 

2. Choose between a pure hardware solution or a Nios II based solution. 

 

3. If you have choosen a pure hardware solution there is a lot of stuff to study about fft implementation: Altera core, own core, open core. 

 

4. If you have choosen a Nios II based solution you must connect your audio CODEC module as an slave peripheral. Internet is full of C language based FFT implementations.
0 Kudos
Altera_Forum
Honored Contributor II
316 Views

 

--- Quote Start ---  

You should solve it in the following order. 

 

 

4. If you have choosen a Nios II based solution you must connect your audio CODEC module as an slave peripheral. Internet is full of C language based FFT implementations. 

--- Quote End ---  

 

 

thks for guilding, i would like to choose NIOS II base solution,  

if there is any tutorial or referance book available pls kindly tell me tq
0 Kudos
Altera_Forum
Honored Contributor II
316 Views

Why not use what's already on Terasic's website? 

 

http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&no=83 

 

There are two audio examples near the bottom of this page. 

 

Cheers, 

 

- Brendan
0 Kudos
Altera_Forum
Honored Contributor II
316 Views

 

--- Quote Start ---  

Why not use what's already on Terasic's website? 

 

http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&no=83 

 

There are two audio examples near the bottom of this page. 

 

Cheers, 

 

- Brendan 

--- Quote End ---  

 

 

i have the sample already, i juz wonder which component is required to add in whn i configurete in SOPC builder,  

i tried rs233 communication in NIOS already , i add a Jtag uart rs232, memory and processor,  

 

can anyone tell me which component is the audio codec which i suppose to add
0 Kudos
Altera_Forum
Honored Contributor II
316 Views

You could use example module included in example suggested by Brendan, another option is the Altera University Program cores: 

 

ftp://ftp.altera.com/up/pub/university_program_ip_cores/80/audio.pdf 

ftp://ftp.altera.com/up/pub/university_program_ip_cores/80/audio.zip
0 Kudos
Reply