commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio-core/src/lib/general gr_constellation_...


From: Thomas W. Rondeau
Subject: [Commit-gnuradio] gnuradio-core/src/lib/general gr_constellation_...
Date: Wed, 28 Jun 2006 18:21:57 +0000

CVSROOT:        /sources/gnuradio
Module name:    gnuradio-core
Changes by:     Thomas W. Rondeau <trondeau1122>        06/06/28 18:21:57

Modified files:
        src/lib/general: gr_constellation_decoder_cb.cc 

Log message:
        set compute_EVM=false to prevent too much output

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnuradio-core/src/lib/general/gr_constellation_decoder_cb.cc?cvsroot=gnuradio&r1=1.3&r2=1.4

Patches:
Index: gr_constellation_decoder_cb.cc
===================================================================
RCS file: 
/sources/gnuradio/gnuradio-core/src/lib/general/gr_constellation_decoder_cb.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gr_constellation_decoder_cb.cc      7 Jun 2006 02:08:41 -0000       1.3
+++ gr_constellation_decoder_cb.cc      28 Jun 2006 18:21:57 -0000      1.4
@@ -32,7 +32,7 @@
 using std::cout;
 using std::endl;
 
-static const bool compute_EVM = true;
+static const bool compute_EVM = false;
 
 gr_constellation_decoder_cb_sptr
 gr_make_constellation_decoder_cb (const std::vector<gr_complex> &sym_position, 




reply via email to

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