[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnuradio-commit
Subject:    [Commit-gnuradio] gnuradio-core/src/lib/filter gr_goertzel_fc.cc
From:       Johnathan Corgan <jcorgan () aeinet ! com>
Date:       2006-06-23 21:15:43
Message-ID: E1Ftt0B-0005lj-Ii () savannah ! gnu ! org
[Download RAW message or body]

CVSROOT:	/sources/gnuradio
Module name:	gnuradio-core
Changes by:	Johnathan Corgan <jcorgan>	06/06/23 21:15:43

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

Log message:
	Fixed indexing thinko.  Now seems to work.  Really off to Field Day now...

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


Patches:
Index: gr_goertzel_fc.cc
===================================================================
RCS file: /sources/gnuradio/gnuradio-core/src/lib/filter/gr_goertzel_fc.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gr_goertzel_fc.cc	23 Jun 2006 21:11:33 -0000	1.1
+++ gr_goertzel_fc.cc	23 Jun 2006 21:15:43 -0000	1.2
@@ -59,7 +59,7 @@
 
   for (int i = 0; i < noutput_items; i++) {
     *out++ = d_goertzel.dft(in);
-    in += sizeof(float)*d_points;
+    in += d_points;
   }
 
   return noutput_items;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic