discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] DC offset removal


From: Michael Höin
Subject: [Discuss-gnuradio] DC offset removal
Date: Wed, 23 Nov 2011 12:00:29 +0100

Hi all

Is it possible to disable the automatic DC offset removal control loop in the FPGA to measure DC? In old posts I found the function "set_dc_offset_cl_enable". But if I try that, this function can not be found.

I use a USRP N210 with a LFRX board.

my code:
.....
self.uhd_usrp_source_0 = uhd.usrp_source(
 device_addr="",
 stream_args=uhd.stream_args(
 cpu_format="fc32",
 channels=range(1),
 ),
)
.....
self.uhd_usrp_source_0.set_dc_offset_cl_enable(0x0,0xF)
.....

Any help will be appreciated.

Thanks
Michael
reply via email to

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