Forum Discussion
Altera_Forum
Honored Contributor
10 years agoTrouble with CIC filter
I'm trying to implement a CIC decimation filter( with R = 1000, M = 1 and N = 2 ) and Fs = 1 MHz without using the CIC IP core. Using matlab implementation I found out that the suppression of the CIC...
Altera_Forum
Honored Contributor
10 years agowithout diving too deep you are implementing M as 2 as you are delaying extra:
I believe below is for M = 1 integrator_out_1 <= (l_data_in) +integrator_out_1; i.e. just acccumulator