commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7375 - gnuradio/branches/developers/trondeau/receiver


From: trondeau
Subject: [Commit-gnuradio] r7375 - gnuradio/branches/developers/trondeau/receiver/gnuradio-core/src/lib/general
Date: Mon, 7 Jan 2008 16:32:57 -0700 (MST)

Author: trondeau
Date: 2008-01-07 16:32:57 -0700 (Mon, 07 Jan 2008)
New Revision: 7375

Modified:
   
gnuradio/branches/developers/trondeau/receiver/gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.cc
Log:
Adding placeholder for branchless slicer here. With my PIV and all it's 
branch-logic circuitry, it's better to perform the branch than all of the 
calculations. We'll see how this stuff performs on the Cell.

Modified: 
gnuradio/branches/developers/trondeau/receiver/gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.cc
===================================================================
--- 
gnuradio/branches/developers/trondeau/receiver/gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.cc
 2008-01-07 23:31:34 UTC (rev 7374)
+++ 
gnuradio/branches/developers/trondeau/receiver/gnuradio-core/src/lib/general/gr_mpsk_receiver_cc.cc
 2008-01-07 23:32:57 UTC (rev 7375)
@@ -157,6 +157,7 @@
 {
   unsigned int index;
 
+  //index = gr_branchless_quad_0deg_slicer(sample);
   index = gr_quad_0deg_slicer(sample);
   return index;
 }





reply via email to

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