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 agoIt is to do with my first assumption about y(1) = 0
If you put y(1) = x(1) it gets ok ...sorry So now your algorithm is correct after all. Let us check your implementation...