discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: usrp1 harmonic issue


From: feldmaus
Subject: [Discuss-gnuradio] Re: usrp1 harmonic issue
Date: Wed, 1 Apr 2009 07:32:04 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blossom <eb <at> comsec.com> writes:

> To disable automatic ADC control on all ADC's:
> 
>   u.set_dc_offset_cl_enable(0x0, 0xf)
> 
> Then set the offset that you want for each ADC using:
> 
>   u.set_adc_offset(0, offset0)
>   u.set_adc_offset(1, offset1)
>   u.set_adc_offset(2, offset2)
>   u.set_adc_offset(3, offset3)
> 
And if i only want to diable the automatic dc offset loop at
ADC_0 and ADC_1, then:
u.set_dc_offset_cl_enable(0x3, 0x3)

Is this correct ???

Regards Markus






reply via email to

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