On Fri, Aug 07, 2009 at 06:52:41PM -0400, Jonathan Coveney wrote: > It looks like I needed to change the decimation rate. Since cfile uses 16, I > tried 16 on the side of the demodulator (instead of 200, which is the > default), and it worked. Is this how it should be? One thing that does > happen is that it KILLS my computer's processing, which I assume the > throttle should help? I did this > > self.connect (self.u, gr.throttle(gr.sizeof_gr_complex, 64000000), > chan_filt, self.guts, self.volume_control, audio_sink) > > But while it works, it still is a bit sluggish, and a bit off. Any advice?
If there's a rate limiting block in the graph (e.g., usrp, audio) you should not use a throttle block. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
