discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] RFX900 Gain


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] RFX900 Gain
Date: Wed, 30 Apr 2008 08:34:54 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Wed, Apr 30, 2008 at 09:38:33AM -0400, Wireless Monster wrote:
> Hi Eric,
> No, I am trying to adjust the Tx gain... Any clue?
> Thx!

If you look at the value returned by self.subdev.gain_range(), you'll
note that the minimum and maximum values are the same.  That is, the
board has no adjustable gain.

To change the level of the output, scale the signal you're sending to
the usrp.  gr.multiply_const_cc works well.

Eric


> On Tue, Apr 29, 2008 at 11:15 AM, Eric Blossom <address@hidden> wrote:
> 
> > On Fri, Apr 25, 2008 at 07:25:44PM -0400, Wireless Monster wrote:
> > > Hi all,
> > >
> > > Is there a way to reduce the gain of the RFX900 board?
> > >
> > > Using the "self.subdev.set_gain(self.subdev.gain_range()[1]/Att)"
> > function
> > > does not seem to change anything.
> > >
> > > Thanks!
> >
> > This is RX gain, right?
> >
> > Are you setting it to something between gain_range()[0] and
> > gain_range()[1]?
> >
> > Eric
> >




reply via email to

[Prev in Thread] Current Thread [Next in Thread]