Forum Discussion
Altera_Forum
Honored Contributor
15 years agofft on nios
hello everyone. im working on speech recognition project using nios2 on de2 board. now i need to do fft to the signals i get from the audio codec. can anyone help with this ? how to conect...
Altera_Forum
Honored Contributor
15 years agoI'm not sure I'd want to take interrupts at 8kHz - not through any generic interrupt handler code.
Using a fifo to buffer enough samples for 1 fft would probably be enough. We are using the hardware fft with dma to feed data in/out to do tone detect on 240 8kHz TDM streams. With dma and the hardware fft this isn't a timing constraint.