RE: [Discuss-gnuradio] help: cannot send after transport endpoint shutdown

2009-01-31 Thread Joreen Tan
Hi, I'm so sorry. This is the original email message. I am actually trying to do a half duplex (receive) using one board (900MHz) and half duplex (transmit) using another board (1800MHz) in the same usrp. I have another usrp for the same function. I actually make use of the benchmark_rx and b

Re: [Discuss-gnuradio] Purpose of extra two bits sent to FX2 chip with data samples

2009-01-31 Thread Eric Blossom
On Sun, Feb 01, 2009 at 12:30:58AM -0500, Paul Creekmore wrote: > The FPGA on USRP1 sends an extra two bits of data with each 16-bit word > (to the FX2 chip). If I'm not mistaken, the first bit is set when > accompanying a sample from rx channel 0, and the second bit is set when > accompanyi

[Discuss-gnuradio] Purpose of extra two bits sent to FX2 chip with data samples

2009-01-31 Thread Paul Creekmore
The FPGA on USRP1 sends an extra two bits of data with each 16-bit word (to the FX2 chip). If I'm not mistaken, the first bit is set when accompanying a sample from rx channel 0, and the second bit is set when accompanying an inphase (as opposed to quadrature) sample (presumably from channels

Re: [Discuss-gnuradio] Re: checking for boost >= 1.35... no

2009-01-31 Thread Mattias Kjellsson
Stefan Bruens wrote: On Saturday 31 January 2009 15:20:58 feldmaus wrote: I installed the Package and solve this Problem, but no i am getting this: checking whether the boost::thread includes are available... yes configure: error: Could not link against libboost_thread! Boost used to pr

[Discuss-gnuradio] GNU Radio 3.2 Release Candidate 0 posted to gnuradio.org

2009-01-31 Thread Johnathan Corgan
All, The first of the release 3.2 series tarballs have been posted to gnuradio.org: http://gnuradio.org/releases/gnuradio/gnuradio-3.2rc0.tar.gz http://gnuradio.org/releases/gnuradio/gr-howto-write-a-block-3.2rc0.tar.gz These are essentially the same as the current trunk, except that they are d

Re: [Discuss-gnuradio] Re: checking for boost >= 1.35... no

2009-01-31 Thread Stefan Bruens
On Saturday 31 January 2009 15:20:58 feldmaus wrote: > I installed the Package and solve this Problem, > but no i am getting this: > checking whether the boost::thread includes are available... yes > configure: error: Could not link against libboost_thread! I am using the boost packages of the st

Re: [Discuss-gnuradio] Mother of god, I'm doing FFTs with 16e6 points in them at 16Msps!

2009-01-31 Thread Josh Blum
Marcus D. Leech wrote: By not using the built-in-to-grc LOG POWER FFT block, and careful selection of blocks, and eliminating blocks I didn't need (like the single-pole IIR filter), I was able to cut the virtual size of the process from over 7GB to 3.5GB. Still too large by (I think) a fac

Re: [Discuss-gnuradio] Support for 8-bit USB samples in GRC

2009-01-31 Thread Josh Blum
Perhaps there's should be a "firmware" parameter in the USRP source/sink blocks. I want to avoid this if possible. If we only need to use this firmware when decim < 8, then that can be done inside the grc usrp code But if someone wants to disable the halfband filters and TX when decim >

[Discuss-gnuradio] Mother of god, I'm doing FFTs with 16e6 points in them at 16Msps!

2009-01-31 Thread Marcus D. Leech
By not using the built-in-to-grc LOG POWER FFT block, and careful selection of blocks, and eliminating blocks I didn't need (like the single-pole IIR filter), I was able to cut the virtual size of the process from over 7GB to 3.5GB. Still too large by (I think) a factor of two or more. By han

Re: [Discuss-gnuradio] Support for 8-bit USB samples in GRC

2009-01-31 Thread Marcus D. Leech
Firas Abbas wrote: > Hi, > > When working with 8 bit samples, you must disable FPGA halfband filter see > (http://gnuradio.org/trac/wiki/UsrpFAQ/DDC). > > To do so, the USRP (via GRC) should load the "std_4rx_0tx.rbf" image. > > > Best Regards, > > Firas > > > > I have confirmed that using the

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Philip Balister
On Sat, Jan 31, 2009 at 1:29 PM, Eric Blossom wrote: > On Sat, Jan 31, 2009 at 07:16:36PM +0100, Dimitris Symeonidis wrote: >> Just informing the group that, from what it seems, the default python >> version for Ubuntu 9.04 will be the same it was for 8.10, namely >> 2.5.2: http://packages.ubuntu.

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Eric Blossom
On Sat, Jan 31, 2009 at 07:16:36PM +0100, Dimitris Symeonidis wrote: > Just informing the group that, from what it seems, the default python > version for Ubuntu 9.04 will be the same it was for 8.10, namely > 2.5.2: http://packages.ubuntu.com/jaunty/python > > Instead, python3 is included in both

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Dimitris Symeonidis
Just informing the group that, from what it seems, the default python version for Ubuntu 9.04 will be the same it was for 8.10, namely 2.5.2: http://packages.ubuntu.com/jaunty/python Instead, python3 is included in both 8.10 and 9.04. Is the plan to port gnuradio to python3? Dimitris Symeonidis "

Re: [Discuss-gnuradio] help: cannot send after transport endpoint shutdown

2009-01-31 Thread Eric Blossom
On Sat, Jan 31, 2009 at 10:59:10PM +0800, Joreen Tan wrote: > > Hi, > > i am actually trying to do a half duplex (receive) using one board (900MHz) > and half duplex (transmit) using another board (1800MHz) in the same usrp. I > have another usrp for the same function. > > I actually make u

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Eric Blossom
On Sat, Jan 31, 2009 at 12:49:52PM -0500, Philip Balister wrote: > On Thu, Jan 29, 2009 at 5:51 PM, Johnathan Corgan > wrote: > > On Wed, Jan 28, 2009 at 7:30 AM, Philip Balister > > wrote: > > > >> r...@beagleboard:~# python /usr/share/gnuradio/examples/audio/dial_tone.py > >> Exception RuntimeE

Re: [Discuss-gnuradio] Maximum recursion depth exceeded

2009-01-31 Thread Philip Balister
On Thu, Jan 29, 2009 at 5:51 PM, Johnathan Corgan wrote: > On Wed, Jan 28, 2009 at 7:30 AM, Philip Balister > wrote: > >> r...@beagleboard:~# python /usr/share/gnuradio/examples/audio/dial_tone.py >> Exception RuntimeError: 'maximum recursion depth exceeded while >> calling a Python object' in i

Re: [Discuss-gnuradio] checking for boost >= 1.35... no

2009-01-31 Thread Bob McGwier
Markus: In the root directory of the trunk, there is a README file that looks suspiciously like it will be the answer to your question. (as in README.building-boost) Good luck Bob feldmaus wrote: Hi All, i tried to compile gnuradio from trunk(2009.Jan.28) and got Problems with the boost

RE: [Discuss-gnuradio] help: cannot send after transport endpoint shutdown

2009-01-31 Thread Joreen Tan
Hi, i am actually trying to do a half duplex (receive) using one board (900MHz) and half duplex (transmit) using another board (1800MHz) in the same usrp. I have another usrp for the same function. I actually make use of the benchmark_rx and benchmark_tx files to modify the codes to make t

Re: [Discuss-gnuradio] Support for 8-bit USB samples in GRC

2009-01-31 Thread Marcus D. Leech
Josh Blum wrote: > According to this: > http://gnuradio.org/trac/browser/gnuradio/trunk/gr-usrp/apps/usrp_rx_cfile.cc#L87 > > > if you dont like half band filters or you want to decimate by 4, > "std_4rx_0tx.rbf" is the firmware for you > > > > > so, it seems that the correct thing to do in

[Discuss-gnuradio] Re: checking for boost >= 1.35... no

2009-01-31 Thread feldmaus
I installed the Package and solve this Problem, but no i am getting this: checking whether the boost::thread includes are available... yes configure: error: Could not link against libboost_thread! Anyone has an idea ? ___ Discuss-gnuradio mailing li

[Discuss-gnuradio] Re: checking for boost >= 1.35... no

2009-01-31 Thread feldmaus
To compile is used the following Option: ./configure --enable-gr-wxgui --enable-grc --enable-usrp \ --enable-gr-usrp --enable-gr-audio-alsa --enable-gnuradio-examples \ --enable-gnuradio-core --enable-gr-audio-oss ___ Discuss-gnuradio mailing list Dis

[Discuss-gnuradio] checking for boost >= 1.35... no

2009-01-31 Thread feldmaus
Hi All, i tried to compile gnuradio from trunk(2009.Jan.28) and got Problems with the boost Package. My System is openSuse 11.1. The following Message appears: checking for boost >= 1.35... no