[hamradio-commits] [gnss-sdr] 51/303: Set sampling frequency
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.
commit 79afa710114f6cf9d30192398c44071793f467c9
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Thu Sep 29 22:28:22 2016 +0200
Set sampling frequency
---
src/tests/system-tests/ttff_gps_l1.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/tests/system-tests/ttff_gps_l1.cc b/src/tests/system-tests/ttff_gps_l1.cc
index 5d793a5..f4cce86 100644
--- a/src/tests/system-tests/ttff_gps_l1.cc
+++ b/src/tests/system-tests/ttff_gps_l1.cc
@@ -74,6 +74,7 @@ TEST(TTFF_GPS_L1_CA_Test, ColdStart)
config->set_property("SignalSource.item_type", "cshort");
config->set_property("SignalSource.implementation", "UHD_Signal_Source");
config->set_property("SignalSource.freq", std::to_string(1575420000));
+ config->set_property("SignalSource.sampling_frequency", std::to_string(FLAGS_fs_in));
config->set_property("SignalSource.gain", std::to_string(40));
config->set_property("SignalSource.subdevice", FLAGS_subdevice);
config->set_property("SignalSource.samples", std::to_string(FLAGS_fs_in * FLAGS_max_measurement_duration));
@@ -123,6 +124,7 @@ TEST(TTFF_GPS_L1_CA_Test, ColdStart)
config->set_property("Acquisition_1C.threshold", std::to_string(0.01));
config->set_property("Acquisition_1C.doppler_max", std::to_string(8000));
config->set_property("Acquisition_1C.doppler_step", std::to_string(500));
+ config->set_property("Acquisition_1C.bit_transition_flag", "false");
config->set_property("Acquisition_1C.max_dwells", std::to_string(1));
config->set_property("Acquisition_1C.tong_init_val", std::to_string(2));
config->set_property("Acquisition_1C.tong_max_val", std::to_string(10));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git
More information about the pkg-hamradio-commits
mailing list