Re: [Discuss-gnuradio] 25 MHz of instantaneous RF bandwidth on USRP2

2008-09-14 Thread Eric Blossom
On Sun, Sep 14, 2008 at 09:07:07PM -0400, Feng Andrew Ge wrote: > Eric, > > I am just wondering whether this piece of code exists somewhere or not > to enable > > > > > 100MS/s I & Q is decimated to 25MS/s complex. We use 16-bit I & Q. > > That works out to ~800Mbit/s on the gigabit ethernet,

[Discuss-gnuradio] 25 MHz of instantaneous RF bandwidth on USRP2

2008-09-14 Thread Feng Andrew Ge
Eric, I am just wondering whether this piece of code exists somewhere or not to enable > > 100MS/s I & Q is decimated to 25MS/s complex. We use 16-bit I & Q. > That works out to ~800Mbit/s on the gigabit ethernet, which the USRP2 > can sustain, no problem. If so, would you please kindly po

RE: [Discuss-gnuradio] Error on Build of wxPython

2008-09-14 Thread Petzold, Mark C.
Don, I'm glad people smarter about these things than me are ready to help. That did the trick. It seems to be installed properly now. Mark -Original Message- From: Don Ward [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2008 6:49 PM To: Petzold, Mark C.; discuss-gnuradio@gnu.org

FW: [Discuss-gnuradio] boost::thread_resource_error in gr-pager

2008-09-14 Thread Nick Foster
Sorry, should have sent to list. Putting it here so it's on record as solved. --n From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [Discuss-gnuradio] boost::thread_resource_error in gr-pager Date: Mon, 15 Sep 2008 00:03:30 + Thanks Eric. Decreasing max stack space did the t

Re: [Discuss-gnuradio] Error on Build of wxPython

2008-09-14 Thread Don Ward
Mark Petzold wrote: I'm trying to build and setup wxPython, and at step 9 of the wiki instructions > (http://gnuradio.org/trac/wiki/wxPythonCygwin) I get a g++ error, as apparently > a library isn't linking. Some background: I'm installing on Cygwin on Windows XP, and have followed the inst

[Discuss-gnuradio] Error on Build of wxPython

2008-09-14 Thread Petzold, Mark C.
I'm trying to build and setup wxPython, and at step 9 of the wiki instructions (http://gnuradio.org/trac/wiki/wxPythonCygwin) I get a g++ error, as apparently a library isn't linking. Some background: I'm installing on Cygwin on Windows XP, and have followed the instructions to use binutils 2

Re: [Discuss-gnuradio] boost::thread_resource_error in gr-pager

2008-09-14 Thread Eric Blossom
On Sun, Sep 14, 2008 at 03:05:55PM -0700, Eric Blossom wrote: > On Sun, Sep 14, 2008 at 08:00:01PM +, Nick Foster wrote: > > Hi all, > > > > I've read that similar > > errors occur when the target application is compiled without > > pthreads, but that's definitely not the case (in fact, the m

Re: [Discuss-gnuradio] boost::thread_resource_error in gr-pager

2008-09-14 Thread Eric Blossom
On Sun, Sep 14, 2008 at 08:00:01PM +, Nick Foster wrote: > Hi all, > Hoping this isn't a naive question. I'm running into Boost errors > when attempting to run the FLEX decoder, specifically the > multithreaded instances (usrp_flex_all.py and > usrp_flex_band.py). Here's the output: > [EMAIL

[Discuss-gnuradio] boost::thread_resource_error in gr-pager

2008-09-14 Thread Nick Foster
Hi all, Hoping this isn't a naive question. I'm running into Boost errors when attempting to run the FLEX decoder, specifically the multithreaded instances (usrp_flex_all.py and usrp_flex_band.py). Here's the output: [EMAIL PROTECTED]:~/gnuradio/gr-pager/src$ ./usrp_flex_band.py -R A -g 32 -c

Re: [Discuss-gnuradio] GRC: 'Utils' not defined

2008-09-14 Thread Berndt Josef Wulf
G'day Josh, thanks, this fixed the problem. I can now load and convert the old applications. cheerio Berndt On Monday 15 September 2008 03:01:04 Josh Blum wrote: > There is a conversion script that is supposed to automatically convert > older grc.xml files. Anyway, when I was reorganizing grc I

Re: [Discuss-gnuradio] Auto T/R Switching with Inband code

2008-09-14 Thread George Nychis
Ketan Mandke wrote: After doing some further testing, it seems that using "inband_2rxhb_2tx.rbf" allowed us to properly do automatic t/r switching (even with the use of just one channel). We could not get this functionality working correctly with "inband_1rxhb_1tx.rbf". Maybe this rbf was not r

Re: [Discuss-gnuradio] GRC: 'Utils' not defined

2008-09-14 Thread Josh Blum
There is a conversion script that is supposed to automatically convert older grc.xml files. Anyway, when I was reorganizing grc I forgot to update an import statement in the converter. Its fixed now. -Josh Berndt Josef Wulf wrote: G'day, Its been a while since I last used GRC and a lot has

[Discuss-gnuradio] FW: patch file for wireshark (my apologies)

2008-09-14 Thread Joreen Tan
Hi, so sorry.. i apologise for posting this email to the wrong email address again. sorry for the trouble caused. From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: patch file for wiresharkDate: Mon, 15 Sep 2008 01:09:11 +0800 Hi, i came across this error that says the below when i'm installing

Re: [Discuss-gnuradio] patch file for wireshark

2008-09-14 Thread George Nychis
Joreen Tan wrote: > Hi, > > i came across this error that says the below when i'm installing the > patch file for wireshark version 0.1: > "11 out of 11 hunks FAILED -- saving rejects to file > patch_wireshark-0.99.5-shim6-0.1.rej > can't find file to patch at input line 892 > Perhaps you us

[Discuss-gnuradio] patch file for wireshark

2008-09-14 Thread Joreen Tan
Hi, i came across this error that says the below when i'm installing the patch file for wireshark version 0.1: "11 out of 11 hunks FAILED -- saving rejects to file patch_wireshark-0.99.5-shim6-0.1.rej can't find file to patch at input line 892 Perhaps you used the wrong -p or --strip option?"

Re: [Discuss-gnuradio] memcmp() include

2008-09-14 Thread Eric Blossom
On Sun, Sep 14, 2008 at 05:12:51PM +0200, Luca Melette wrote: > Hi, > I got a compilation error on > gnuradio-core/src/lib/general/qa_gri_lfsr.cc from SVN. > The problem was that memcmp() needs #include > > Regards, > > LM Thanks, I'm applying now.

Re: [Discuss-gnuradio] Re: building gnuradio on ubuntu intrepid (8.10)

2008-09-14 Thread Eric Blossom
On Sun, Sep 14, 2008 at 10:59:12AM -0400, Eric A. Cottrell wrote: > Tobias Gresch wrote: >> P.S. I had to install sdcc-nf packet instead of sdcc to make the configure >> script >> pass. >> > Hello, > > I found the same on Debian Lenny as well. The USRP component needs asx8051 > and 8051 tools ar

Re: [Discuss-gnuradio] memcmp() include

2008-09-14 Thread Eric Blossom
On Sun, Sep 14, 2008 at 05:12:51PM +0200, Luca Melette wrote: > Hi, > I got a compilation error on > gnuradio-core/src/lib/general/qa_gri_lfsr.cc from SVN. > The problem was that memcmp() needs #include > > Regards, > LM Johnathan, I think you should be compiling with gcc 4.3 these days. It's mu

[Discuss-gnuradio] memcmp() include

2008-09-14 Thread Luca Melette
Hi, I got a compilation error on gnuradio-core/src/lib/general/qa_gri_lfsr.cc from SVN. The problem was that memcmp() needs #include Regards, LM signature.asc Description: PGP signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http:

Re: [Discuss-gnuradio] GRC: 'Utils' not defined

2008-09-14 Thread Brian Padalino
On Sun, Sep 14, 2008 at 8:26 AM, Berndt Josef Wulf <[EMAIL PROTECTED]> wrote: > G'day, > > Its been a while since I last used GRC and a lot has changed since then. I've > built and installed GNU-Radio after merging GRC. I can run the sample and > also create new circuits, but when load older GRC fi

[Discuss-gnuradio] Re: building gnuradio on ubuntu intrepid (8.10)

2008-09-14 Thread Eric A. Cottrell
Tobias Gresch wrote: P.S. I had to install sdcc-nf packet instead of sdcc to make the configure script pass. Hello, I found the same on Debian Lenny as well. The USRP component needs asx8051 and 8051 tools are only in the sdcc-nf package. GNURadio built on new Debian-based distributions wi

[Discuss-gnuradio] GRC: 'Utils' not defined

2008-09-14 Thread Berndt Josef Wulf
G'day, Its been a while since I last used GRC and a lot has changed since then. I've built and installed GNU-Radio after merging GRC. I can run the sample and also create new circuits, but when load older GRC files I'm getting the following error: Loading: "/home/wulf/dsp/ssb.grc.xml" Parser E