commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio-core/src/lib/filter gr_goertzel_fc.cc


From: Johnathan Corgan
Subject: [Commit-gnuradio] gnuradio-core/src/lib/filter gr_goertzel_fc.cc
Date: Sun, 25 Jun 2006 20:28:33 +0000

CVSROOT:        /sources/gnuradio
Module name:    gnuradio-core
Changes by:     Johnathan Corgan <jcorgan>      06/06/25 20:28:33

Modified files:
        src/lib/filter : gr_goertzel_fc.cc 

Log message:
        Removed extraneous debugging statement.

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

Patches:
Index: gr_goertzel_fc.cc
===================================================================
RCS file: /sources/gnuradio/gnuradio-core/src/lib/filter/gr_goertzel_fc.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gr_goertzel_fc.cc   23 Jun 2006 21:15:43 -0000      1.2
+++ gr_goertzel_fc.cc   25 Jun 2006 20:28:33 -0000      1.3
@@ -55,8 +55,6 @@
   float *in = (float *) input_items[0];
   gr_complex *out = (gr_complex *) output_items[0];
 
-  printf("noutput_items=%d\n", noutput_items);
-
   for (int i = 0; i < noutput_items; i++) {
     *out++ = d_goertzel.dft(in);
     in += d_points;




reply via email to

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