if you ever tried to interpolate by 44 it didn't work. now it does.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4783 221aa14e-8319-0410-a670-987f0aec2ac5
This commit is contained in:
matt 2007-03-20 01:23:26 +00:00
parent 486c1ff0d8
commit ab66cf5afd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module cic_int_shifter(rate,signal_in,signal_out);
8'd6 : bitgain = 8;
8'd7 : bitgain = 9;
8'd9,8'd10 : bitgain = 10;
8'd12 : bitgain = 11;
8'd11,8'd12 : bitgain = 11;
8'd13,8'd14,8'd15 : bitgain = 12;
8'd17,8'd18,8'd19,8'd20 : bitgain = 13;
8'd21,8'd22,8'd23,8'd24,8'd25 : bitgain = 14;