mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Fix typo
This commit is contained in:
parent
37e1ba8a00
commit
4a9cf9db60
@ -57,7 +57,7 @@ DEFINE_double(acq_test_cn0_final, 45.0, "Final CN0, in dBHz.");
|
|||||||
DEFINE_double(acq_test_cn0_step, 3.0, "CN0 step, in dB.");
|
DEFINE_double(acq_test_cn0_step, 3.0, "CN0 step, in dB.");
|
||||||
|
|
||||||
DEFINE_double(acq_test_threshold_init, 11.0, "Initial acquisition threshold");
|
DEFINE_double(acq_test_threshold_init, 11.0, "Initial acquisition threshold");
|
||||||
DEFINE_double(acq_test_threshold_final, 16.0, "Initial acquisition threshold");
|
DEFINE_double(acq_test_threshold_final, 16.0, "Final acquisition threshold");
|
||||||
DEFINE_double(acq_test_threshold_step, 1.0, "Acquisition threshold step");
|
DEFINE_double(acq_test_threshold_step, 1.0, "Acquisition threshold step");
|
||||||
|
|
||||||
DEFINE_double(acq_test_pfa_init, 1e-5, "Set initial threshold via probability of false alarm. Disable with -1.0");
|
DEFINE_double(acq_test_pfa_init, 1e-5, "Set initial threshold via probability of false alarm. Disable with -1.0");
|
||||||
|
Loading…
Reference in New Issue
Block a user