spur table updated and default IF corrected

tinySA
erikkaashoek 6 years ago
parent 993388625e
commit 6422f9c5ed

@ -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__

@ -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);

Loading…
Cancel
Save

Powered by TurnKey Linux.