Re: [Discuss-gnuradio] Intermediate frequency question

2009-05-12 Thread Mir Ali
Yeah, I got it. I read in a tutorial and I understand now. Thanks again. On Wed, May 13, 2009 at 12:21 AM, Jason Uher wrote: > > If I am using RFX2400 then what is the IF frequency and can we change > this > > to some other value? Correct me if the question I asked is wrong. > > With the RFX240

[Discuss-gnuradio] Noise problem in multiband FM transmitter

2009-05-12 Thread mayur sarode
Hello,I have built a Multi band NBFMtransmitter.As I increase the number of channels for transmission ,the noise is increasing.How do i counteract this in the code.The code is given below#!/usr/bin/env python## a program to send multiple mp3 playlist on the FM band#in this example a single mp3

Re: [Discuss-gnuradio] Intermediate frequency question

2009-05-12 Thread Jason Uher
> If I am using RFX2400 then what is the IF frequency and can we change this > to some other value? Correct me if the question I asked is wrong. With the RFX2400, and most of the high frequency usrp daughtercards, there is no IF frequency. The samples you receive (or send) from the usrp.source_x

Re: [Discuss-gnuradio] 1.6MHz to 30MHz

2009-05-12 Thread Jason Uher
>> The other question I have is whether it is possible to have a >> mini-usrp board that can be moulded into a somewhat handheld device >> size? > > In the "anything's possible" department, it's possible. > If you only needed one daughtercard this would be very do-able, we looked into leaving off

Re: [Discuss-gnuradio] 1.6MHz to 30MHz

2009-05-12 Thread Eric Blossom
On Wed, May 13, 2009 at 11:55:30AM +0800, Woody Dickson wrote: > Hi, > > I want to use gnuradio and USRP for 1.6MHz to 30MHz, is it possible? > If so, what daughterboard should I be using for USRP? The LFRX and LFTX. You may need external filters and/or amps depending on your application. > The

[Discuss-gnuradio] 1.6MHz to 30MHz

2009-05-12 Thread Woody Dickson
Hi, I want to use gnuradio and USRP for 1.6MHz to 30MHz, is it possible? If so, what daughterboard should I be using for USRP? The other question I have is whether it is possible to have a mini-usrp board that can be moulded into a somewhat handheld device size? Regards, Woody

[Discuss-gnuradio] Re: Lowpass filter in receive_path.py

2009-05-12 Thread William Sherman
no I don't understand this either. -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Intermediate frequency question

2009-05-12 Thread Mir Ali
Hi, If I am using RFX2400 then what is the IF frequency and can we change this to some other value? Correct me if the question I asked is wrong. Thanks, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [Discuss-gnuradio] New at GNU... linux question

2009-05-12 Thread Eric Blossom
On Tue, May 12, 2009 at 04:59:12PM -0500, Mir Ali wrote: > Using Ubuntu is easier and installing all the dependencies on it is quicker. Many of us use Fedora. Either works fine. Eric > On Tue, May 12, 2009 at 3:26 PM, BlueEyeBirdy wrote: > > > > > I'm just starting out working on the GNU radio

Re: [Discuss-gnuradio] New at GNU... linux question

2009-05-12 Thread Mir Ali
Using Ubuntu is easier and installing all the dependencies on it is quicker. On Tue, May 12, 2009 at 3:26 PM, BlueEyeBirdy wrote: > > I'm just starting out working on the GNU radio and I'm wondering is there > any > particular version of linux that is better? Also, does anyone know if > there'

Re: [Discuss-gnuradio] subdevice selection in USRP2

2009-05-12 Thread Eric Blossom
On Tue, May 12, 2009 at 04:28:44PM -0400, Eric Matlis wrote: > From: Eric Blossom [...@comsec.com] > Sent: Tuesday, May 12, 2009 4:16 PM > To: Eric Matlis > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] subdevice selection in USRP2 > > On Tue, May 12, 2009 at 03:30:09PM -0400, ema

Re: [Discuss-gnuradio] Benchmark-rx/tx.py with QPSK modulation

2009-05-12 Thread Bill Stevenson
Hi Boris I think you need to specify costas-alpha as 0.05 and gain-mu as 0.001 as your starting point. Hope this would help. Bill --- On Tue, 5/12/09, Eric Blossom wrote: From: Eric Blossom Subject: Re: [Discuss-gnuradio] Benchmark-rx/tx.py with QPSK modulation To: "Boris Danev" Cc: discuss

Re: [Discuss-gnuradio] Thread Synchronization

2009-05-12 Thread Tom Lutz
On Tue, May 12, 2009 at 4:09 PM, Eric Blossom wrote: > On Tue, May 12, 2009 at 03:22:47PM -0400, Tom Lutz wrote: > > I'm editing some of the .cc files and would like to know the preferred > > method for performing thread synchronization in C++ code. In particular, > I > > noticed that the set an

[Discuss-gnuradio] New at GNU... linux question

2009-05-12 Thread BlueEyeBirdy
I'm just starting out working on the GNU radio and I'm wondering is there any particular version of linux that is better? Also, does anyone know if there's a sprectum analyzer demo available? I haven't had any luck as of yet. Thanks! -Rachel -- View this message in context: http://www.nabble.

Re: [Discuss-gnuradio] subdevice selection in USRP2

2009-05-12 Thread Eric Blossom
On Tue, May 12, 2009 at 03:30:09PM -0400, emat...@nd.edu wrote: > Hi all- > > as part of my on-going efforts to acquire 2 channels (two independent > signals) on my USRP2 with an LFRX board, I would like to know if there is > an equivalent to the subdevice setup code that exists for the USRP1.

Re: [Discuss-gnuradio] Thread Synchronization

2009-05-12 Thread Eric Blossom
On Tue, May 12, 2009 at 03:22:47PM -0400, Tom Lutz wrote: > I'm editing some of the .cc files and would like to know the preferred > method for performing thread synchronization in C++ code. In particular, I > noticed that the set and get methods that are called on the gr_oscope_guts > class origi

[Discuss-gnuradio] subdevice selection in USRP2

2009-05-12 Thread ematlis
Hi all- as part of my on-going efforts to acquire 2 channels (two independent signals) on my USRP2 with an LFRX board, I would like to know if there is an equivalent to the subdevice setup code that exists for the USRP1. For example: if not self.u.set_nchannels(nchan): s

[Discuss-gnuradio] Thread Synchronization

2009-05-12 Thread Tom Lutz
I'm editing some of the .cc files and would like to know the preferred method for performing thread synchronization in C++ code. In particular, I noticed that the set and get methods that are called on the gr_oscope_guts class originate from a different thread then that of process_samples, and thi

Re: [Discuss-gnuradio] update: new FX2 firmware / boosted USB bandwidth

2009-05-12 Thread Dominik Auras
This is a great achievement. I tested it with an old 2GHz P4 laptop (but with good USB controller) and was able to reach about 41MB/sec. The tests were with/without FPGA HB filter in one direction using your pre-built images. Could you try to set different fusb parameters? I observed that, since

Re: [Discuss-gnuradio] Difference between blks and blks2

2009-05-12 Thread Colby Boyer
I agree with you doug. After reading through the BBN code, that seems like why they did that. DBPSK and DQPSK appear to be backward compatible decoding wise. I think the reason why you cannot transmit/decode DQPSK packets is that the entire packet is encoded as DQPSK and not part DBPSK and part

Re: [Discuss-gnuradio] Benchmark-rx/tx.py with QPSK modulation

2009-05-12 Thread Eric Blossom
On Tue, May 12, 2009 at 03:02:20PM +0200, Boris Danev wrote: > Hi everyone, > > I want to ask if someone has tried the benchmark-rx.py/bencmark-tx.py > (gnuradio-examples/python/digital) in the the 3.1.3 realease with qpsk > modulation (-m dqpsk) for transfering user data? I connected 2 usrps

[Discuss-gnuradio] Benchmark-rx/tx.py with QPSK modulation

2009-05-12 Thread Boris Danev
Hi everyone, I want to ask if someone has tried the benchmark-rx.py/bencmark-tx.py (gnuradio-examples/python/digital) in the the 3.1.3 realease with qpsk modulation (-m dqpsk) for transfering user data? I connected 2 usrps with an RF cable and two laptops (gnuradio 3.1.3 release). Using gmsk a

Re: [Discuss-gnuradio] update: new FX2 firmware / boosted USB bandwidth

2009-05-12 Thread Firas Abbas
Hi Dominik, > On Sun, 5/10/09, Dominik Auras wrote: > Hi! > > Well, as I promised, I am going to share my results with > the community. So here it is: > > http://www.dominikauras.de/gnuradio/usrp_fx2.html > I spent much time on verifying, but of course can't promise > it is bugfree. So I invit

[Discuss-gnuradio] multiband FM transmission reception problem

2009-05-12 Thread mayur sarode
Hello,I have modified the fmradio.py andfmtx4.py code to make a multi band fm transmission system.The problem is as I increse the number of channels,The interference increases.How do i control the gain and also the SNR of the transmisison.Regards, Mayur Sarode Dear discussgnuradio! Get Yourself