[Discuss-gnuradio] Matt USRP Family Document

2009-07-07 Thread Firas A.
Hi, I found this document written by Matt about USRP2: http://bwrc.eecs.berkeley.edu/Research/Cognitive/usrp-family-09-open.pdf Best Regards, Firas -- View this message in context: http://www.nabble.com/Matt-USRP-Family-Document-tp24367955p24367955.html Sent from the GnuRadio mailing list

Re: [Discuss-gnuradio] CUDA-Enabled GNURadio gr_benchmark10 possible improvements

2009-07-07 Thread Yu-Hua Yang
any help? 2009/7/2 Yu-Hua Yang flagm...@gmail.com -- Forwarded message -- From: Yu-Hua Yang flagm...@gmail.com Date: 2009/7/2 Subject: Re: [Discuss-gnuradio] CUDA-Enabled GNURadio gr_benchmark10 possible improvements To: Martin DvH gnuradiom...@olifantasia.com Cc:

Re: [Discuss-gnuradio] Sound input using mic / line in problem

2009-07-07 Thread Karthik Vijayraghavan
On Fri, Jul 3, 2009 at 1:05 PM, John Gilmore g...@toad.com wrote: gr-audio-oss and gr-audio-jack. The sound module being used is snd_hda_intel. In my experience, there seem to be endless permutations of problems with snd_hda_intel (HD Audio). Even in newer Linux releases like Ubuntu

Re: [Discuss-gnuradio] (no subject)

2009-07-07 Thread Jason Uher
 I haven't receive my USRP yet so i am trying to make some simple, USRP independenent applications. I want to implment FSK modulator by transfering a signal between two laptops using the sound card ,the problem is  i get syntax error when using the You'd probably be better off using the

Re: [Discuss-gnuradio] OFDM benchmark - premature termination

2009-07-07 Thread Tom Rondeau
Katy Qian wrote: Hi, For the majority of my tests (ex. below), with benchmark_ofdm_*, the receiver terminates prematurely with: ... ok: True pktno: 7501 n_rcvd: 4537n_right: 4263 ok: True pktno: 7502 n_rcvd: 4538n_right: 4264 ok: True pktno: 7503

Re: [Discuss-gnuradio] Programming USRP as a relay node

2009-07-07 Thread Martin DvH
On Sat, 2009-07-04 at 14:15 +0300, Tasos Kyrillidis wrote: Hello everyone, I am a postgraduate student at Technical University of Crete, Chania and i am currently working on a project with USRPs. Part of our project is to communicate with a relay node. But this relay node is a little bit

[Discuss-gnuradio] Multichannel problem

2009-07-07 Thread kaleem ahmad
Hello everyone, I have posted a similar question before but didnt get too much attention thats why I am posting this question with hopes that I will get some response this time because I have tried to make the question simpler. In one line the problem is I am so far unable to configure 2 RX

[Discuss-gnuradio] Suggestion to Improve Some Digital Modulations Reception

2009-07-07 Thread Firas A.
Hi, I never used Gnuradio packets transmission blocks and even don't know how the digital benchmark_?X.py work. But, today when I was explaining GNURadio for some friends, I noticed that some digital modulations (for example GMSK) reception can be improved by using a scrambling engine which is

Re: [Discuss-gnuradio] Suggestion to Improve Some Digital Modulations Reception

2009-07-07 Thread Johnathan Corgan
On Tue, Jul 7, 2009 at 08:14, Firas A.firasmail2...@yahoo.com wrote: ...some digital modulations (for example GMSK) reception can be improved by using a scrambling engine which is something I used before many years ago to improve data reception circuitry performance. Pseudo-randomizing bit

Re: [Discuss-gnuradio] Suggestion to Improve Some Digital Modulations Reception

2009-07-07 Thread Firas Abbas
--- On Tue, 7/7/09, Johnathan Corgan jcor...@corganenterprises.com wrote: GNU Radio has gr.scrambler() and gr.descrambler() blocks to do this. In the example digital packet radio application, we instead use a whitener that has a pre-generated sequence of bits that we XOR the payload with.

[Discuss-gnuradio] Question about the bandwidth of OFDM

2009-07-07 Thread Yan Wang
Hi, I am trying to use benchmark_ofdm_tx.py and benchmark_ofdm_rx.py to test the OFDM communication between two usrp nodes. While the transmitter is sending data, I use a sprctrum analyzer to observe the spectrum, and find the signal bandwidth far beyond my calculation, which is 330kHz around

[Discuss-gnuradio] VRT and UDP

2009-07-07 Thread devin kelly
What is the situation with VRT and UDP? Has what's going into the VRT context packets been finalized? If so, where should I look for this information? I've been looking in Eric Blossom's branch, it looks like he is doing most of the VRT development, is this right? Who is doing the UDP

Re: [Discuss-gnuradio] propagation study

2009-07-07 Thread Jordan J Riggs
This sort of thing is heavily dependent upon the transmission environment. I wouldn't think it could be generalized. Jordan On Mon, Jul 6, 2009 at 11:44 AM, adib_sairi adib_sa...@yahoo.com wrote: Jordan J Riggs wrote: What do you mean by signal propagation study? Can you be more

Re: [Discuss-gnuradio] VRT and UDP

2009-07-07 Thread Eric Blossom
On Tue, Jul 07, 2009 at 01:28:01PM -0400, devin kelly wrote: What is the situation with VRT and UDP? We've got UDP and the IF-Data working on an experimental platform, but it hasn't been ported to the USRP2 yet. When everything is fully wrung out on the experimental platform, we'll back-port it

[Discuss-gnuradio] Audio Sample rate problem

2009-07-07 Thread Abdalla Sokar
my audio sampling rate is 48000 not 32000 so all the the gnu examples that output an audio dont work and due to this 48000 i cant configure the decimation and interpolation to be even integers as required so is there away to change sampling rate of my audio card to 32000 i am using Dell

[Discuss-gnuradio] Permissions problem installing packages on Cygwin:

2009-07-07 Thread Shabbir Ahmed
Dear All: During trying to install GNURADIO on a windows machine I am sure that every one runs into the following link: http://gnuradio.org/trac/wiki/WindowsTips I was having problems with the permissions on my Cygwin installation. The document above mentions about the ownership of two

Re: [Discuss-gnuradio] Audio Sample rate problem

2009-07-07 Thread davek
On Tue, Jul 7, 2009 at 11:20 PM, Abdalla Sokarabdallaso...@yahoo.com wrote: thanx very much this way really worx and wonderfully too --- On Wed, 7/8/09, davek davidki...@gmail.com wrote: From: davek davidki...@gmail.com Subject: Re: [Discuss-gnuradio] Audio Sample rate problem To:

Re: [Discuss-gnuradio] Permissions problem installing packages on Cygwin:

2009-07-07 Thread Firas Abbas
Hi, --- On Wed, 7/8/09, Shabbir Ahmed shabbirahmed...@gmail.com wrote: For Windows Vista: Make sure the User Account Control is turned OFF. That blocks the permission to the folders, even though you have the ownership. Wanted to share this with the group. Thank you loads.