From 47106948afbe6e2c23b3af6e33ea11460bcfae49 Mon Sep 17 00:00:00 2001 From: miguekf Date: Fri, 30 Dec 2022 18:53:54 +0100 Subject: [PATCH] ADD_matlab: code phase error chips estimation --- src/utils/matlab/vtl/kf_prototype4acc.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/matlab/vtl/kf_prototype4acc.m b/src/utils/matlab/vtl/kf_prototype4acc.m index 26e87e0af..11e4300ab 100644 --- a/src/utils/matlab/vtl/kf_prototype4acc.m +++ b/src/utils/matlab/vtl/kf_prototype4acc.m @@ -229,6 +229,7 @@ for t=2:length(navSolution.RX_time) err_carrier_phase_rads_filt(chan,t) = trapz(kf_yerr_g(chan+sat_number,1:t)/Lambda_GPS_L1)*2*kf_dt; carrier_freq_hz =GPS_L1_freq_hz+sat_dopp_hz_filt(chan,t); % carrier_freq_rate_hz_s = 0; + err_code_phase_chips(chan,t) = (kf_yerr_g(chan,t))/SPEED_OF_LIGHT_M_S*1023e3; end end \ No newline at end of file