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 agoI 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.