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: Hans Glitsch
Subject: Re: [Discuss-gnuradio] found problem with std_4rx_0tx.rbf
Date: Wed, 24 Oct 2007 08:57:11 -0700

Hi,

Without the filter it still has the same behavior. Also, I'm going to try this on my faster computer that doesn't have usrp overruns. Right now it only has Ubuntu server, so I'm downloading the installer for Ubuntu Desktop so I can run the spectrum display.

I wonder if anyone on the list has been able to reproduce this problem.

Thanks for your help,
Hans


----- Original Message ----- From: "Eric Blossom" <address@hidden>
To: "Hans Glitsch" <address@hidden>
Cc: <address@hidden>
Sent: Tuesday, October 23, 2007 6:37 PM
Subject: Re: [Discuss-gnuradio] found problem with std_4rx_0tx.rbf


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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.15.6/1086 - Release Date: 10/22/2007 7:57 PM








reply via email to

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