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
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
> 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
>> 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
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
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
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
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/
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
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'
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo