From 1aef21a016b80a3825d6be565687c14ed331639a Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Wed, 13 Jan 2021 15:01:09 +0100 Subject: [PATCH] Remove 10 and 20MHz spurs --- sa_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_core.c b/sa_core.c index f4aa098..0ce724f 100644 --- a/sa_core.c +++ b/sa_core.c @@ -2249,7 +2249,7 @@ modulation_again: #define TXCO_DIV3 10000000 if (setting.R == 0) { - if (lf < 850000000 && lf >= TCXO) { + if (lf < 850000000 && lf >= TXCO_DIV3) { uint32_t tf = ((lf + actual_rbw_x10*100) / TCXO) * TCXO; if (tf + actual_rbw_x10*100 >= lf && tf < lf + actual_rbw_x10*100) { // ADF4351_R_counter(8); no impact