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 agoThanks for the information. So for the comb similar will be the case right ?
comb_in_2 <= comb_in_1 - comb_in_1; data_out <= std_logic_vector( comb_in_2 - comb_in_2 ); Let me try this