Re: [Discuss-gnuradio] 8 bit samples have an odd spectrum

2008-07-10 Thread Johnathan Corgan
On Thu, Jul 10, 2008 at 10:39 PM, Chris Stankevitz <[EMAIL PROTECTED]> wrote: > 1. Why does b) show a lobe while a) does not? > 2. Why do b) and c) show lobes at the same pixels (vs shifted .5 MHz)? You *may* be seeing an artifact of the truncation of the ADC samples. In 8-bit mode, only the uppe

[Discuss-gnuradio] 8 bit samples have an odd spectrum

2008-07-10 Thread Chris Stankevitz
Hello, a) Here is a screenshot of 16 bit noise @ 12 MHz: http://img224.imageshack.us/img224/8981/16bitsb0.png b) Here is a screenshot of the same noise with 8 bit samples: http://img60.imageshack.us/img60/5852/8bitqg7.png c) 8 bit noise, tuned to 12.5 MHz http://img224.imageshack.us/img224/1596

[Discuss-gnuradio] Baseband Signal

2008-07-10 Thread Radhakrishna Ganti
Hi, How can we get/tap a base band analog signal (I and Q) from the FLEX 900 daughter board. Are there any pins on the board from which the signal can be taken out directly. Also where can I find what the different pins on the daughter board can be used for? Is there a schematic? -Regards Radha

Re: [Discuss-gnuradio] Problem with Fm receiver code when implemented with cygwin.

2008-07-10 Thread call5_99
Hello, Thank you. I didn't realize that the boards are not capable of receiving the waves. Other than that were you able to figure out what rest of the error messages meant. Because the error messages seem to suggest, that there is a problem in the code. I could be wrong though. If you were a

Re:[Discuss-gnuradio] Installing on CentOS

2008-07-10 Thread Alberto Trentadue
Andrew Rose wrote: > Does anybody here have any experience (good or bad) with installing and > using GnuRadio on CentOS? Hi I've been successful in compiling GNURadio on Centos 5.1 Final. Of course I had to adjust a bit the configuration before trying, but then it was ok almost at the first tr

Re: [Discuss-gnuradio] patch to gcell fft

2008-07-10 Thread Charles Swiger
On Wed, 2008-07-09 at 14:26 -0700, Eric Blossom wrote: > On Wed, Jul 09, 2008 at 04:38:20PM -0400, Charles Swiger wrote: > > Here is a patch to add windowing to > > gcell/src/lib/wrapper/spu/gcs_fft_1d_r2.c , seems quick and snappy: > No need for all this shuffling... > Well, after running 'spu_

Re: [Discuss-gnuradio] Problem with Fm receiver code when implemented with cygwin.

2008-07-10 Thread Johnathan Corgan
On Thu, Jul 10, 2008 at 11:52 AM, call5_99 <[EMAIL PROTECTED]> wrote: > $ python usrp_wfm_rcv_nogui.py -f 101.9M > Using RX d'board A: Flex 2400 Rx MIMO B I'm still parsing through the rest of the error message, but these first two lines show that you are trying to receive at 101.9 MHz with a dau

[Discuss-gnuradio] Problem with Fm receiver code when implemented with cygwin.

2008-07-10 Thread call5_99
Hello, I am new to GNU radio. I installed the software successfully on cygwin, and I tried to run the FM receiver code (both with GUI and without GUI). I got the following errors.- $ python usrp_wfm_rcv_nogui.py -f 101.9M Using RX d'board A: Flex 2400 Rx MIMO B >>> gr_fir_ccf: using SSE

[Discuss-gnuradio] Save file from two ports using usrp_rx_cfile.py

2008-07-10 Thread James Park
Hi, I would like to save the trasmit data and the receive data using usrp_rx_cfile.py. How can I open two port at and save data from two ports at the same time? If you have better idea and know better code to apply, could you tell me how to do it? Thank you. Sincerely, James Park ___

Re: [Discuss-gnuradio] No decimation -- collect at 64MHz

2008-07-10 Thread Johnathan Corgan
On Wed, Jul 9, 2008 at 11:18 PM, Chris Stankevitz <[EMAIL PROTECTED]> wrote: >> The gr-radar-mono code does this (there are of course a lot of >> unrelated customizations to the FPGA code as well). > > I'm going to look at this. I'll be back with questions... There are some nuances. The existin

[Discuss-gnuradio] Re: "sudo: addgroup: command not found"

2008-07-10 Thread Patrick Strasser
Hallo Alessandro WeiXiaowei wrote am 2008-07-10 08:34: > Hi, > > When I follow the steps listed on "http://gnuradio.org/trac/wiki/UdevConfig"; > to configure non-root access to the USRP. > > The first step is: Define a group named usrp. > $ sudo addgroup usrp > > but terminal returns "sudo:

Re: [Discuss-gnuradio] QAM receiving and frequency locking.

2008-07-10 Thread Tom Rondeau
Mason wrote: Hi list, So I'm still working on trying to get QAM transmissions between two USRPs using the following patch: http://www.cae.wisc.edu/~masond/gr-qam-patch-rev3.diff The QAM receiver works in simulation but the constellation just spins and spins when sent over the air. It appar

[Discuss-gnuradio] QAM receiving and frequency locking.

2008-07-10 Thread Mason
Hi list, So I'm still working on trying to get QAM transmissions between two USRPs using the following patch: http://www.cae.wisc.edu/~masond/gr-qam-patch-rev3.diff The QAM receiver works in simulation but the constellation just spins and spins when sent over the air. It apparently is unabl