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;
 }



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to