Altera_Forum
Honored Contributor
18 years agovhdl problem for iir filter
hi: guys i have a problem makes me crazy. how to use vhdl codes to implement iir filter y(n)= 2cos(w)*y(n-1) - y(n-2) and the initial conditions is y(-1)=sin(w),y(-2)=sin(2w). which m...