Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises

3-band equalizer in NIOS

Altera_Forum
Honored Contributor II
2,558 Views

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 problem with programming Nios in C...... I also have implemented this EQ in TI's C6713, using Matlab for the filters design, but in NIOS........ I really could use some help........ 

 

If anybody can be of assistance, I would really appreciate it. 

 

thank you a lot 

fasmatikos
0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
1,214 Views

Hi, 

 

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
0 Kudos
Altera_Forum
Honored Contributor II
1,214 Views

The main perpouse of my thesis is the vga core, but i have to iplement a 3-band eq as well. So the filters isnt tha important as the speed is concerned.It will be a 2nd order biquads. I am having trouble implementing this filter in C.... i have no real experience in signal processing...

0 Kudos
Altera_Forum
Honored Contributor II
1,214 Views

I also think that IIR filter topology is most suitable for an audio filter. Basically you have to find the z-domain transfer functions respectively the differential equations for the filters. Than you should be able to code a HDL or C realisation rather easily. Some filter tools, e. g. Nuhertz filter solutions can create C-code directly, but I don't know if the feature is enabled in the evaluation version.

0 Kudos
Altera_Forum
Honored Contributor II
1,214 Views

any C code provided for FIR/IIR filtering with NIOS????

0 Kudos
Altera_Forum
Honored Contributor II
1,214 Views

anyone pleaseeeeeeeeeeeeeeeeeee???

0 Kudos
Reply