discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] found problem with std_4rx_0tx.rbf


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] found problem with std_4rx_0tx.rbf
Date: Tue, 23 Oct 2007 18:37:10 -0700
User-agent: Mutt/1.5.9i

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




reply via email to

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