Re: [Discuss-gnuradio] gdb help

2009-01-08 Thread Sebastiaan Heunis
Eric Sorry about previously. I guess I need to read more :). I got the gdb backtrace. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7dc18c0 (LWP 7143)] PyErr_Restore (type=0x81422c0, value=0x8e36ac8, traceback=0x0) at ../Python/errors.c:39 39 ../Python/er

[Discuss-gnuradio] How to allow random subcarriers in OFDM?

2009-01-08 Thread Brook Lin
Hi All, For the OFDM, the fft_length is the total number of subcarriers, and the occupied_tones is the total number of subcarriers that carry actual data, which are in the middle of total subcarriers. However, I want to make the subcarriers randomly on or off, which means, the occupied_tones ar

Re: [Discuss-gnuradio] Scheduler Help/Question

2009-01-08 Thread Eric Blossom
On Thu, Jan 08, 2009 at 12:44:18PM -0800, Earle Frank wrote: > > Eric Blossom wrote: > > > > Let's say that block D never produces an output, but is consuming all > > of it's input. Can you see how this leads to a hang? > > > > I can see that will cause the flow graph to hang. And I followed y

[Discuss-gnuradio] ImportError: libgruel.so.0: cannot open shared object file: No such file or directory

2009-01-08 Thread Brook Lin
Hi All, I'm using Ubuntu8.04 and trunk version 10200. After installation, I tried to run ./usrp_benchmark_usb.py. However, I got the error like this: Traceback (most recent call last): File "./usrp_benchmark_usb.py", line 30, in from gnuradio import gr File "/usr/local/lib/python2.5/sit

Re: [Discuss-gnuradio] Scheduler Help/Question

2009-01-08 Thread Earle Frank
Eric Blossom wrote: > > Let's say that block D never produces an output, but is consuming all > of it's input. Can you see how this leads to a hang? > I can see that will cause the flow graph to hang. And I followed your explanation. I have added a "timeout" feature to block D, so that after

[Discuss-gnuradio] Create AM Radio with Companion

2009-01-08 Thread feldmaus
Hi All, i am trying to create an AM Radio with Gnu-Radio-Companion, therefore i need some help. Maybe someone still worked out some AM Radio with Gnu-Radio-Companion, then please send me your Companion File. If so, it would be nice if this Person do some Notes. Further on i have some Questions

Re: [Discuss-gnuradio] Question on Boost - could not detect the boost libraries (version 1.35 or higher)

2009-01-08 Thread Eric Blossom
On Thu, Jan 08, 2009 at 11:40:48AM -0800, Brook Lin wrote: > > Hi All, > > I am trying to install gnuradio from trunk (svn co > http://gnuradio.org/svn/gnuradio/trunk). Before that I download boost_1_36_0 > from boost.sourceforge.net, and install boost_1_36_0 first. > > ~/boost_1_36_0$ make >

Re: [Discuss-gnuradio] QAM soft symbol to hard symbol/bit conversion

2009-01-08 Thread Eric Blossom
On Thu, Jan 08, 2009 at 05:56:45PM +0100, Silpan Patel wrote: > Hi everyone > > > I have searched around for this information, but am having a tough time > finding it. I am trying to do 64QAM soft symbol to bit conversion in > gnu radio. It would be something similar to gr.binary_slicer_fb, but

Re: [Discuss-gnuradio] Scheduler Help/Question

2009-01-08 Thread Eric Blossom
On Wed, Dec 31, 2008 at 12:32:45PM -0800, Earle Frank wrote: > Starting back at the problem description... > Okay I am using the default scheduler. So now I have enabled the logging for > the appropriate thread-per-block scheduler files. > > Here's the heart of my problem. My flow graph has five

[Discuss-gnuradio] Question on Boost - could not detect the boost libraries (version 1.35 or higher)

2009-01-08 Thread Brook Lin
Hi All, I am trying to install gnuradio from trunk (svn co http://gnuradio.org/svn/gnuradio/trunk). Before that I download boost_1_36_0 from boost.sourceforge.net, and install boost_1_36_0 first. ~$ cd boost_1_36_0/ ~/boost_1_36_0$ BOOST_PREFIX=/opt/boost_1_36_0 ~/boost_1_36_0$ ./configure -

Re: [Discuss-gnuradio] Daughter Boards frequencies

2009-01-08 Thread Eric Blossom
On Thu, Jan 08, 2009 at 10:25:34AM -0200, Ronaldo Nunez wrote: > Sorry my ignorance, I revised my question and i was not clearly... > > There is a condition on line 1008 in usrp_standard.cc code. That condition > limits the LO frequency (see my schematic) to the maximum of 44 MHz, OK? No, not OK.

Re: [Discuss-gnuradio] gdb help

2009-01-08 Thread Eric Blossom
On Thu, Jan 08, 2009 at 10:17:31AM +0200, Sebastiaan Heunis wrote: > Hi > > I'm trying to debug an application using gdb. I used the segment of > code in the how to write your own blocks page to print out the process > id and attach gdb to it. When I try to set breakpoints, I get a > message say

Re: [Discuss-gnuradio] Scheduler Help/Question

2009-01-08 Thread Earle Frank
Eric Blossom wrote: > > What you're trying to do requires unbounded memory in the worst case. > Perhaps you should consider another way to organize your computation? > But this isn't happening in my scenario. If necessary, I can add an event timeout or maximum size event value to prevent this

[Discuss-gnuradio] QAM soft symbol to hard symbol/bit conversion

2009-01-08 Thread Silpan Patel
Hi everyone I have searched around for this information, but am having a tough time finding it. I am trying to do 64QAM soft symbol to bit conversion in gnu radio. It would be something similar to gr.binary_slicer_fb, but work on complex data and output binary data. Is there anything like this

Re: [Discuss-gnuradio] Daughter Boards frequencies

2009-01-08 Thread Ronaldo Nunez
Sorry my ignorance, I revised my question and i was not clearly... There is a condition on line 1008 in usrp_standard.cc code. That condition limits the LO frequency (see my schematic) to the maximum of 44 MHz, OK? But you can read in the mailing list that the baseband frequency is limited to 4 MH

[Discuss-gnuradio] gdb help

2009-01-08 Thread Sebastiaan Heunis
Hi I'm trying to debug an application using gdb. I used the segment of code in the how to write your own blocks page to print out the process id and attach gdb to it. When I try to set breakpoints, I get a message saying No line 110 in file ''../Modules/python.c'' Also, when I run the Python a