Re: [Discuss-gnuradio] DC offset and down conversion problems

2012-09-11 Thread Josh Blum
On Mon, Sep 10, 2012 at 11:30 PM, Shih Oliver wrote: > Hi, > > I'm using the lfrx board and try to turn off the DC offset correction but it > seems no change in the data collected. > I'm wondering if I did it wrong and here's part of my code: >self.uhd_usrp_source_0 = uhd_usrp_source()and

[Discuss-gnuradio] DC offset and down conversion problems

2012-09-10 Thread Shih Oliver
Hi, I'm using the lfrx board and try to turn off the DC offset correction but it seems no change in the data collected.I'm wondering if I did it wrong and here's part of my code:self.uhd_usrp_source_0 = uhd_usrp_source() self.uhd_usrp_source_0.set_auto_dc_offset(0, 0) Also I am