mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-06-25 12:47:50 +02:00
tuner_r820t: improve tuning accuracy, allow freq correction
We now use Hz instead of KHz for calculating the PLL parameters, and use the actual crystal frequency in Hz, which allows to correct the frequency error in ppm. Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
@ -130,6 +130,7 @@ typedef enum _R828_GPIO_Type
|
||||
|
||||
typedef struct _R828_Set_Info
|
||||
{
|
||||
UINT32 RF_Hz;
|
||||
UINT32 RF_KHz;
|
||||
R828_Standard_Type R828_Standard;
|
||||
R828_LoopThrough_Type RT_Input;
|
||||
|
Reference in New Issue
Block a user