1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-12 15:56:02 +00:00

Fixed order of VE, E, L and VL correlators

This commit is contained in:
Cillian O'Driscoll
2016-06-27 20:51:27 +01:00
parent f23bdbd9b3
commit 018a366591

View File

@@ -209,11 +209,11 @@ function [GNSS_tracking] = galileo_e1_prs_de_read_tracking_dump (filename, count
% d_dump_file.write((char*)&tmp_float, sizeof(float));
% tmp_double=(double)(d_sample_counter+d_current_prn_length_samples);
% d_dump_file.write((char*)&tmp_double, sizeof(double));
VE=v1;
E=v2;
E=v1;
VE=v2;
P=v3;
L=v4;
VL=v5;
VL=v4;
L=v5;
prompt_I=v6;
prompt_Q=v7;
PRN_start_sample=v8;
@@ -231,11 +231,11 @@ function [GNSS_tracking] = galileo_e1_prs_de_read_tracking_dump (filename, count
rem_code_phase=v20;
var2=v21;
rem_subcarrier_phase=v22;
VE_prs=v23;
E_prs=v24;
E_prs=v23;
VE_prs=v24;
P_prs=v25;
L_prs=v26;
VL_prs=v27;
VL_prs=v26;
L_prs=v27;
prompt_I_prs=v28;
prompt_Q_prs=v29;
carrier_doppler_hz_prs=v30;