Re: [Discuss-gnuradio] Firmware issue: Send a constant signal with the xcvr2450 dboard

2010-09-16 Thread Matthias Schäfer
Am 16.09.2010 07:49, schrieb Eric Blossom: > On Wed, Sep 15, 2010 at 05:55:12PM +0200, Matthias Schäfer wrote: >> Hi List, >> I'm currently working on a standalone firmware app for USRP2. My >> goal is to send a constant signal with the xcvr2450 dboard. I >> skipped the tuning via firmware by doi

Re: [Discuss-gnuradio] Viterbi--OFDM

2010-09-16 Thread Achilleas Anastasopoulos
On 9/16/2010 2:41 AM, Tobias Schmid wrote: Hello Achilleas, I tried out your idea and added an interleaver. While doing this, I got the error that really caused my trouble. I splited the coded sequenceinto 2 packets. And as I changed this, I worked fine, even better after adding an interleaver

[Discuss-gnuradio] Problems adding a new configuration variable to an existing block

2010-09-16 Thread Patrik Tast
Hi All, I've tried to add a new variable to an existing block, gr-noaa/noaa_hrpt_deframer, and hoped it would show up in GRC. I've modded the noaa_hrpt_deframer.cc and noaa_hrpt_deframer.h in directory lib, noaa_hrpt_deframer.i in directory swig and added the new variable + callback into grc/no

Re: [Discuss-gnuradio] Firmware issue: Send a constant signal with the xcvr2450 dboard

2010-09-16 Thread Eric Blossom
On Thu, Sep 16, 2010 at 03:26:17PM +0200, Matthias Schäfer wrote: > Am 16.09.2010 07:49, schrieb Eric Blossom: > > A couple of things. 32000 is likely to be too big and will probably > > result in clipping. Try 3200 to start with. > > > > It's unlikely that f/w can write samples to the buffer fa

[Discuss-gnuradio] about file source block

2010-09-16 Thread mehmet kabasakal
Hi everyone, I want to ask a question about the file source block on GRC. It reads the .bin files and takes them as input. But Should that .bin files be in a fixed format. I mean is there a fixed format for this block to read or does it reads any kind of .bin files. I am trying to set a .bin file

Re: [Discuss-gnuradio] about file source block

2010-09-16 Thread Josh Blum
The file source reads binary data out of a file and writes it into a gnuradio stream. So, if your data stream is floats, the file should be filled with floats, as it would be in your computer's memory. -josh On 09/16/2010 09:02 AM, mehmet kabasakal wrote: Hi everyone, I want to ask a questio

[Discuss-gnuradio] gnuradio-companion error

2010-09-16 Thread zhang wei
Hi Guys, I have done the following steps on my Ubuntu10.04: git clone http://gnuradio.org/git/gnuradio.git ./bootstrap, ./configure, make and sudo make install. All still seems to be OK. However, I run "$ gnuradio-companion Tr

Re: [Discuss-gnuradio] gnuradio-companion error

2010-09-16 Thread Rakesh Peter
Hello Zhang, export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.6/dist-packages should probably fix the error. Make sure the path specified above exists and contains the python gnuradio packages. Cheers, Rakesh On Fri, Sep 17, 2010 at 8:01 AM, zhang wei wrote: > Hi Guys, > >I have

答复: [Discuss-gnuradio] gnuradio- companion error

2010-09-16 Thread zhang wei
Hi Rakesh Thanks a lot. The grc have run after adding the PYTHONPATH. I tested the grc using the simple blocks: --> --> (Accessories is Capture Screen ) And then press "Execute " button Howerver, I can't see the waveform. Why? Cli

Re: [Discuss-gnuradio] about file source block

2010-09-16 Thread mehmet kabasakal
Hi Josh, Thanks for the answer. But my problem is not exactly about the subject you answer. To make it clear i will simply specify my problem. I set an array on matlab which includes non-integer values (like 0.001, -0.253, ...) and form a binary file by using fopen, fwrite commands then obtain a

Re: 答复: [Discuss-gnuradio] gnuradio-co mpanion error

2010-09-16 Thread Josh Blum
The non-gl scope sink is a little weird. You may have to mess with the time axis to see anything. If you install python-opengl, you will get the gl scope sink which works much better. Looks like this: http://www.joshknows.com/images/wxgui/wxgui_scope.png My best guess, -Josh On 09/16/2010 11:

Fw: [Discuss-gnuradio] Problems adding a new configuration variable toan existing block

2010-09-16 Thread Patrik Tast
More information about my problem. GRC tells me: ">>> Error: Block key "noaa_hrpt_deframer" not found in Platform - grc(GNU Radio Companion) >>> Error: Connection between deframer(0) and frame_sink(0) could not be made. >>> Error: Connection between deframer(0) and decoder(0) could not be made. >

[Discuss-gnuradio] gr_remez error when running "usrp2_wfm_rcv.py" example

2010-09-16 Thread Jorge Miguel
After running the USRP2 GNU Radio example "usrp2_wfm_rcv.py" I got an error which I cannot find the solution in internet, any ideas? Many thanks in advance. Jorge. u...@user:/usr/share/gnuradio/examples/usrp2$ ./usrp2_wfm_rcv.py Using RX d'board 0x0001 gr_remez: band edges must be nondecreasing Tr