Forum Discussion
Altera_Forum
Honored Contributor
18 years ago3-band equalizer in NIOS
Hello, I was wandering if anybody can give me a hint about by litle project......I have to implement a 3-band (low-band-high-pass) equalizer in NIOS using UPIP audio core. I have a little probl...
Altera_Forum
Honored Contributor
18 years agoHi,
Digital filters are normally rahter straightforward programming. I once did some performance test on symmetric FIR filters in software, some results in attachment (NIOSII with instruction cache, no data cache). Before starting, I think you have to consider if you have performance enough with the pocessor, or if you need to accelerate the algorithm in logic next to the processor. How big is the filter order estimated? Stefaan