commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6545 - gnuradio/branches/developers/matt/u2f/sdr_lib


From: matt
Subject: [Commit-gnuradio] r6545 - gnuradio/branches/developers/matt/u2f/sdr_lib
Date: Wed, 26 Sep 2007 12:53:58 -0600 (MDT)

Author: matt
Date: 2007-09-26 12:53:58 -0600 (Wed, 26 Sep 2007)
New Revision: 6545

Modified:
   gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v
Log:
pick the right high order bits


Modified: gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v 2007-09-26 
18:38:21 UTC (rev 6544)
+++ gnuradio/branches/developers/matt/u2f/sdr_lib/dsp_core_rx.v 2007-09-26 
18:53:58 UTC (rev 6545)
@@ -21,8 +21,8 @@
    wire [7:0]  decim_rate;
    wire        stb_decim;
    
-   assign bb_i = i_decim;
-   assign bb_q = q_decim;
+   assign bb_i = i_decim[23:8];
+   assign bb_q = q_decim[23:8];
 
    assign wr_req = stb_decim;
    





reply via email to

[Prev in Thread] Current Thread [Next in Thread]