[Discuss-gnuradio] Controlling individual gains

2008-07-02 Thread Sebastiaan Heunis
Hi Can anyone please tell me how to individually control the amplification stages when using a Microtune tuner module with the usrp (IF,RF and PGA)? self.subdev0.set_gain() sets the total gain as far as I understand. Thank you in advance. Sebastiaan Heunis

Re: [Discuss-gnuradio] Controlling individual gains

2008-07-02 Thread Eric Blossom
On Wed, Jul 02, 2008 at 03:20:30PM +0200, Sebastiaan Heunis wrote: Hi Can anyone please tell me how to individually control the amplification stages when using a Microtune tuner module with the usrp (IF,RF and PGA)? self.subdev0.set_gain() sets the total gain as far as I understand.

Re: [Discuss-gnuradio] Controlling individual gains

2008-07-02 Thread Sebastiaan Heunis
Eric Thanks. I read through the code in db_tv_rx.py and I know how that works now. You're first setting the gain of the rf amp up to a level of 60dB, then the if amp up to a level of 35 dB and then the pga up to a level of 20dB. From what I understand I need to modify that .py file and include