Forum Discussion
Altera_Forum
Honored Contributor
17 years agoPre-Emphasis with IIR Filter
Hello! I want to do a classic Pre-Emphasis with VHDL. Normally this is implemented with an IIR-Filter. I tried to do this in VHDL with the following formula I found in the web: y(i)=x(i)-(x(i-1...
Altera_Forum
Honored Contributor
17 years agoHowever I must admit that if I enter:
h =[1 -.95] freqz(h) there is pre-emphasis(I will look at this discrepancy)