From 453c3f99f929a0faf30f5d43a22660cdf6e169bd Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 15 Jun 2018 08:34:33 +0200 Subject: [PATCH] Describe flowgraph improvement in the changelog --- docs/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog b/docs/changelog index 7c8d1918e..4edaa9326 100644 --- a/docs/changelog +++ b/docs/changelog @@ -21,6 +21,7 @@ Next release will have several improvements in different dimensions, addition of ### Improvements in Efficiency: - Added the possibility of non-blocking acquisition, which works well when using real-time data from an RF front-end. +- Improved flowgraph in multiband and multisystem configurations. Satellites acquired in one band are immediately searched in others. The flowgraph does not get stalled anymore if no signal is found from the first system. - Complex local codes have been replaced by real codes, alleviating the computational burden. - New volk_gnsssdr kernels: volk_gnsssdr_16i_xn_resampler_16i_xn.h, volk_gnsssdr_16ic_16i_rotator_dot_prod_16ic_xn.h, volk_gnsssdr_32f_xn_resampler_32f_xn.h, volk_gnsssdr_32fc_32f_rotator_dot_prod_32fc_xn.h - Some AVX2 implementations added to the volk_gnsssdr library.