Remove 10 and 20MHz spurs

Removed_REF_marker
erikkaashoek 5 years ago
parent 2687191e19
commit 1aef21a016

@ -2249,7 +2249,7 @@ modulation_again:
#define TXCO_DIV3 10000000 #define TXCO_DIV3 10000000
if (setting.R == 0) { 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; uint32_t tf = ((lf + actual_rbw_x10*100) / TCXO) * TCXO;
if (tf + actual_rbw_x10*100 >= lf && tf < lf + actual_rbw_x10*100) { if (tf + actual_rbw_x10*100 >= lf && tf < lf + actual_rbw_x10*100) {
// ADF4351_R_counter(8); no impact // ADF4351_R_counter(8); no impact

Loading…
Cancel
Save

Powered by TurnKey Linux.