mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
X300: Reduce phase noise for 184.32 MHz MCR
Reverts charge pump current changes for 10 MHz reference / 184.32 MHz master clock rate case that caused additional phase noise. Signed-off-by: michael-west <michael.west@ettus.com>
This commit is contained in:
parent
64ea8d91f8
commit
bfbda2fb0d
1 changed files with 5 additions and 2 deletions
|
|
@ -700,13 +700,16 @@ private:
|
|||
// PLL1 - 2 MHz compare frequency
|
||||
_lmk04816_regs.PLL1_N_28 = 48;
|
||||
_lmk04816_regs.PLL1_R_27 = 5;
|
||||
_lmk04816_regs.PLL1_CP_GAIN_27 = lmk04816_regs_t::PLL1_CP_GAIN_27_1600UA;
|
||||
// Since this is not a zero-dealy mode, it is not intended for phase
|
||||
// synchronization. The charge pump current for PLL1 is lowered to
|
||||
// reduce phase noise.
|
||||
_lmk04816_regs.PLL1_CP_GAIN_27 = lmk04816_regs_t::PLL1_CP_GAIN_27_100UA;
|
||||
|
||||
// PLL2 - 7.68 MHz compare frequency
|
||||
_lmk04816_regs.PLL2_N_30 = 168;
|
||||
_lmk04816_regs.PLL2_P_30 = lmk04816_regs_t::PLL2_P_30_DIV_2A;
|
||||
_lmk04816_regs.PLL2_R_28 = 25;
|
||||
_lmk04816_regs.PLL2_CP_GAIN_26 = lmk04816_regs_t::PLL2_CP_GAIN_26_100UA;
|
||||
_lmk04816_regs.PLL2_CP_GAIN_26 = lmk04816_regs_t::PLL2_CP_GAIN_26_3200UA;
|
||||
|
||||
_lmk04816_regs.PLL2_R3_LF = lmk04816_regs_t::PLL2_R3_LF_4KILO_OHM;
|
||||
_lmk04816_regs.PLL2_C3_LF = lmk04816_regs_t::PLL2_C3_LF_39PF;
|
||||
|
|
|
|||
Loading…
Reference in a new issue