diff --git a/main.c b/main.c index 0bb8ddf..2c3e0e9 100644 --- a/main.c +++ b/main.c @@ -830,7 +830,7 @@ void load_default_properties(void) //current_props.magic = CONFIG_MAGIC; current_props._frequency0 = 0; // start = 0Hz current_props._frequency1 = 350000000; // end = 350MHz - current_props._frequency_IF= 433900000, + current_props._frequency_IF= 433800000, current_props._sweep_points = POINTS_COUNT; #ifdef VNA__ diff --git a/sa_core.c b/sa_core.c index 9c1a802..c3c96ef 100644 --- a/sa_core.c +++ b/sa_core.c @@ -603,7 +603,14 @@ static const unsigned int spur_IF = 433800000; static const unsigned int spur_alternate_IF = 434000000; static const int spur_table[] = { - 870000, + 420000, + 490000, + 510000, + 1600000, + 1840000, + 2960000, +/* + 870000, 970000, 1460000, 1610000, @@ -619,6 +626,7 @@ static const int spur_table[] = 8140000, 10870000, 14880000, +*/ #ifdef IF_AT_4339 780000, 830000, @@ -1375,7 +1383,7 @@ extern float SI4432_force_RBW(int i); void self_test(void) { -#if 1 // RAttenuator test +#if 0 // RAttenuator test int local_test_status; in_selftest = true; reset_settings(M_LOW);