mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
minor spur/phase noise improvements
This commit is contained in:
parent
ac1e9fcec6
commit
06a7365a0c
5 changed files with 44 additions and 28 deletions
|
|
@ -42,7 +42,7 @@ bool MAX2871::Init(uint32_t f_ref, bool doubler, uint16_t r, bool div2) {
|
|||
// recommended phase setting
|
||||
regs[1] |= (1UL << 15);
|
||||
|
||||
SetMode(Mode::LowSpur2);
|
||||
SetMode(Mode::LowNoise);
|
||||
// for all other CP modes the PLL reports unlock condition (output signal appears to be locked)
|
||||
SetCPMode(CPMode::CP20);
|
||||
SetCPCurrent(15);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue