On Tue, Oct 23, 2007 at 05:45:02PM -0700, Hans Glitsch wrote:
> Yes

If it's reporting overruns then all bets are off.

multi_fft.py implements applies a channel filter to each stream.
Try turning it off.  It should be possible from the command line, but
isn't.  Change:

        parser.add_option("-F", "--filter", action="store_true", default=True,
                          help="Enable channel filter")

to

        parser.add_option("-F", "--filter", action="store_true", default=False,
                          help="Enable channel filter")


Eric


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

Reply via email to