Altera_Forum
Honored Contributor
12 years agoCIC filter in VHDL
Hello all,
As in title, I want to realize CIC filter written in VHDL. - specifications of CIC filter > clock : 50 MHz > decimation rate : 500 > output freq. : 100 kHz > output word width : 12 bit So the point is that since I got 500th order of multiplierless FIR filter (with transfer function H(z) = Sigma((i=0..499), (z^-i))) for I need decimation rate of 500 but I am pretty sure this is too big... I want to know how to realize this CIC filter with much less hardwares (e.g. adders, flipflops...). Any helps will be appreciated. Yukihiro Hatagishi