From 9f20dc4b84ed13aa338f7bfff7f10a1f824a1dcc Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Fri, 8 Apr 2022 09:00:49 +0200 Subject: [PATCH] No below IF for noise sources --- sa_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa_core.c b/sa_core.c index 2a0ae4e..e588ebf 100644 --- a/sa_core.c +++ b/sa_core.c @@ -3452,12 +3452,12 @@ again: // Spur redu // local_IF -= DEFAULT_SPUR_OFFSET/2; } else if (spur_flag == F_AT_SPUR && (!debug_avoid || debug_avoid_second)) { if (debug_avoid) stored_t[i] = -60.0; // Display when to do spur shift in the stored trace -//#ifndef TINYSA4 +#ifndef TINYSA4 if (S_IS_AUTO(setting.below_IF) && lf < local_IF/2 - 2000000) { setting.below_IF = S_AUTO_ON; local_IF = local_IF; // No spur removal and no spur, center in IF } else -//#endif +#endif if (setting.auto_IF) { local_IF = local_IF + DEFAULT_SPUR_OFFSET/2; // if (actual_rbw_x10 == 6000 )