From 8f2f0781a1686c9a227392a3e30c0acf9c261ccc Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 19 May 2022 13:08:27 +0200 Subject: [PATCH] Update changelog --- docs/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d726428cc..6e3a2b995 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -26,11 +26,11 @@ All notable changes to GNSS-SDR will be documented in this file. ### Improvements in Usability: -- Fixed large GLONASS velocity errors when using the +- Fixed large GLONASS velocity errors and the extended correlator when using the `GLONASS_L1_CA_DLL_PLL_C_Aid_Tracking` and `GLONASS_L2_CA_DLL_PLL_C_Aid_Tracking` implementations. -- Added a over-the-wire sample format (that is, the format used between the UHD - and the host device) configuration parameter for the `UHD_Signal_Source`, thus +- Added a over-the-wire sample format (that is, the format used between the + device and the UHD) configuration parameter for the `UHD_Signal_Source`, thus allowing to select the `sc8` format instead of the default `sc16`. This would reduce the dynamic range and increase quantization noise, but also reduce the load on the data link and thus allow more bandwidth.