Hi Malcolm,

On 09.07.2014 18:56, Malcolm Robb wrote:
> My question is : Does the rtlsdr_set_freq_correction() function
> correct both the RF frequency (set by rtlsdr_set_center_freq()) and
> the sampling frequency (set by rtlsdr_set_sample_rate()) , or just
> the RF?

The RTL2832 allows to fine-tune the output frequency of the
resampler by writing a correction value to a register.

A call of rtlsdr_set_freq_correction() corrects both the RF frequency
and the sampling frequency by calling the internal function
rtlsdr_set_sample_freq_correction() which calculates a correction value
and writes it to the aforementioned register.

Regards,
Steve


Reply via email to