Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDecimatio FIR filter in FPGA
Hi, I was required to build a decimation filter using FIR filter (CIC filter cannot be used). I used FIR compiler to implement the decimation filter. The sampling frequency of ADC is 120 MHz, and I n...
Altera_Forum
Honored Contributor
16 years agoYou can apply single rate filter then do decimation directly provided you cut off at the right frequency relative to your signal spectrum edge.
Additionally you can apply the same filter in a decimation polyphase structure. In your case you will have 48 polyphases and will need tap/48 multipliers only.