[Discuss-gnuradio] Q. USRP2+RFX2400 performances on dynamic range, and decim

2009-05-20 Thread Yc Park
Hi guys, Using my usrp2+RFX2400 and the GRC with gnuradio 3.2svn, I've recorded a wimax signal out of a RF signal generator. However, I found some issues with the result and ask you guys for some help. (I tried to search on these issues, but only found some about usrp.) 1) The biggest problem is

[Discuss-gnuradio] Handling Messages

2009-05-20 Thread ali siddiqi
Hi, I am trying to make a flowgraph as given: signal source --> stream2vector --> fft --> c2m --> msg_sink If the size of fft is 4096, then I want to retrieve these 4096 points in python and then do simple maths and logic based on some of the values within these 4096 points within python. And

Re: [Discuss-gnuradio] usrp_source to file_sink ... what gets written when no transmission

2009-05-20 Thread Mir M. Ali
Thanks Jason. On Wed, May 20, 2009 at 10:16 AM, Jason Uher wrote: > > I don't understand why is it that the > > usrp_source writes some junk data to the file_sink even when I am not > > transmitting from the other USRP. Is it possible that it might be picking > up > > some stray signals at 2.4G

[Discuss-gnuradio] ValueError: unable to coerce endpoint while running simple_mac.py

2009-05-20 Thread Jane Chen
Hi all, I use gnuradio svn version and USRP1. I modified the simple_mac.py in https://www.cgran.org/browser/projects/bbn_80211/branches/douggeiger. I got an error and used pdb to debug. However, I still cannot solve it. Could anyone please give me some hints how to solve this error? Thank you,

Re: [Discuss-gnuradio] [BBN_USRP2] Barker (de)spreading

2009-05-20 Thread Colby Boyer
Hi Greg, We are using the USRP2, which should have just enough bandwidth to handle the full bandwidth of the signal. As a side note, I think I almost have 2Mbps tx/rx working. I've set it up so that it successfully merges a header and payload that have been modulated at different rates. I think I

Re: [Discuss-gnuradio] problem with 'make install' on latest trunk

2009-05-20 Thread Johnathan Corgan
On Wed, May 20, 2009 at 8:29 AM, Johnathan Corgan wrote: > You are correct, there are two missing lines from the Makefile.am in > that directory.  I have fixed this already on a development branch I am > working on for the Ubuntu binary packaging, so I'll go ahead and merge > that to fix it and y

Re: [Discuss-gnuradio] problem with 'make install' on latest trunk

2009-05-20 Thread Johnathan Corgan
On Wed, 2009-05-20 at 10:23 -0500, Jason Uher wrote: > I think there might be a very small problem with the make install in > the latest trunk: it doesn't seem to copy the all the files > appropriately. > > if I do a straight up 'make install' the benchmark_*x.py examples fail with: > "ImportErr

[Discuss-gnuradio] problem with 'make install' on latest trunk

2009-05-20 Thread Jason Uher
I think there might be a very small problem with the make install in the latest trunk: it doesn't seem to copy the all the files appropriately. if I do a straight up 'make install' the benchmark_*x.py examples fail with: "ImportError: No module named usrp_options" It's easily solved by copying '

Re: [Discuss-gnuradio] usrp_source to file_sink ... what gets written when no transmission

2009-05-20 Thread Jason Uher
> I don't understand why is it that the > usrp_source writes some junk data to the file_sink even when I am not > transmitting from the other USRP. Is it possible that it might be picking up > some stray signals at 2.4GHz? The USRP receiver has no idea when the transmitter is sending, all it does

Re: [Discuss-gnuradio] [BBN_USRP2] Barker (de)spreading

2009-05-20 Thread Greg Troxel
From my side I decided to spend some more time in understanding why the bbn_802.11_tx.py doesn't work when trying to receive with real 802.11 chipsets in monitor mode (modified to disable the mac CRC check). I am now fuzzy on the details, but I think the basic problem is that the USRP doe

Re: [Discuss-gnuradio] Problem downloading firmware to USRP

2009-05-20 Thread Sebastiaan Heunis
Natalia Maybe you should have a look at /usr/local/share/usrp where the .rbf files that get downloaded to the USRP are? Try specifying a .rbf file when you initialise the USRP in your script. I'm just guessing a bit here. Sebastiaan Hello Sebastiaan, Thanks a lot for your prompt answer. Yes I

Re: [Discuss-gnuradio] Creating .dat file from .mp3 or.wav file!

2009-05-20 Thread Sebastiaan Heunis
Salman Somewhere on a website I found a way to transmit mp3 files using the USRP. Just can't remember where. What you do is the following: Use sox to decode the mp3 to a raw file: sox myfile.mp3 -r 44100 -l -f -c 1 myfile.raw You can then just open this file in a Gnuradio script and proceed f

[Discuss-gnuradio] usrp_source to file_sink ... what gets written when no transmission

2009-05-20 Thread Mir Ali
Hi friends, I have a usrp_source connected to a file_sink with Rx frequency 2.4GHz. I was experimenting with Tx and Rx using two different USRPs by transmitting a sine using sig_source block. I don't understand why is it that the usrp_source writes some junk data to the file_sink even when I am no

[Discuss-gnuradio] Creating .dat file from .mp3 or.wav file!

2009-05-20 Thread Salman Ali
Hello all !I have been experimenting with transmission of audio file in FM range but i could not generate a valid ".dat" file. I would like to know how i could convert an image,video or specially an audio file into a valid ".dat" file format for transmission. Moreover I would like to know what i

[Discuss-gnuradio] Problem downloading firmware to USRP

2009-05-20 Thread Natalia Olano
Hello all, I am using a USRP Rev. 4.5 that has been working perfectly for a while with gnuradio trunk rev. 10786. Suddenly I started getting the error: usrp: failed to find usrp[0] when I try to run any gnuradio code. For example, the output of usrp_test_loopback.py: $> usrp_test_loopback.py usrp