From ac168cf27461eae06de8ce2be73b1ba4da63aaee Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 6 Apr 2018 09:39:11 +0200 Subject: [PATCH 1/3] Avoid warning --- src/algorithms/signal_source/libs/ad9361_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/signal_source/libs/ad9361_manager.cc b/src/algorithms/signal_source/libs/ad9361_manager.cc index b0a41bd55..34f6f5389 100644 --- a/src/algorithms/signal_source/libs/ad9361_manager.cc +++ b/src/algorithms/signal_source/libs/ad9361_manager.cc @@ -86,7 +86,7 @@ bool get_ad9361_stream_dev(struct iio_context *ctx, enum iodev d, struct iio_dev /* finds AD9361 streaming IIO channels */ -bool get_ad9361_stream_ch(struct iio_context *ctx, enum iodev d, struct iio_device *dev, int chid, struct iio_channel **chn) +bool get_ad9361_stream_ch(struct iio_context *ctx __attribute__((unused)), enum iodev d, struct iio_device *dev, int chid, struct iio_channel **chn) { std::stringstream name; name.str(""); From e01a6ce7403e10434aedb5cb920e7a58dd33d703 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 6 Apr 2018 09:44:55 +0200 Subject: [PATCH 2/3] Remove unused variable --- src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.cc b/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.cc index 7efce405a..aaa6147e6 100644 --- a/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.cc +++ b/src/algorithms/tracking/adapters/galileo_e5a_dll_pll_tracking.cc @@ -62,7 +62,6 @@ GalileoE5aDllPllTracking::GalileoE5aDllPllTracking( if (FLAGS_dll_bw_hz != 0.0) dll_bw_hz = static_cast(FLAGS_dll_bw_hz); float pll_bw_narrow_hz = configuration->property(role + ".pll_bw_narrow_hz", 5.0); float dll_bw_narrow_hz = configuration->property(role + ".dll_bw_narrow_hz", 2.0); - int ti_ms = configuration->property(role + ".ti_ms", 3); float early_late_space_chips = configuration->property(role + ".early_late_space_chips", 0.5); std::string default_dump_filename = "./track_ch"; std::string dump_filename = configuration->property(role + ".dump_filename", default_dump_filename); From 77e0ec1072f0d1ce4a90aed8862f7d9f613c7007 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 6 Apr 2018 10:26:09 +0200 Subject: [PATCH 3/3] Update reference --- src/utils/reproducibility/ieee-access18/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/reproducibility/ieee-access18/README.md b/src/utils/reproducibility/ieee-access18/README.md index d4238946e..62098afaa 100644 --- a/src/utils/reproducibility/ieee-access18/README.md +++ b/src/utils/reproducibility/ieee-access18/README.md @@ -4,11 +4,11 @@ Continuous Reproducibility in GNSS Signal Processing This folder contains files required for the reproduction of the experiment proposed in: -C. Fernández-Prades, J. Vilà-Valls, J. Arribas and A. Ramos, *Continuous Reproducibility in GNSS Signal Processing*, submitted to IEEE Access, Feb. 2018. +C. Fernández-Prades, J. Vilà-Valls, J. Arribas and A. Ramos, [*Continuous Reproducibility in GNSS Signal Processing*](http://ieeexplore.ieee.org/document/8331069/), IEEE Access, accepted for publication, April 2018. DOI: 10.1109/ACCESS.2018.2822835 -The dataset used in this paper is available at +The data set used in this paper is available at https://zenodo.org/record/1184601 -The sample format is `ibyte`: Interleaved (I&Q) stream of samples of type signed integer, 8-bit two’s complement number ranging from -128 to 127.  +The sample format is `ibyte`: Interleaved (I&Q) stream of samples of type signed integer, 8-bit two’s complement number ranging from -128 to 127. The sampling rate is 3 MSps. The figure appearing in that paper can be automatically generated with the pipeline available at https://gitlab.com/gnss-sdr/gnss-sdr/pipelines