mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 06:44:57 +00:00
ADD: matlab file output for trk_cmd proto
This commit is contained in:
parent
ea10a52998
commit
b2d5705a89
@ -115,8 +115,6 @@ for t=2:length(navSolution.RX_time)
|
||||
+(sat_velZ(chan,t)-zDot_u)*a_z(chan,t)+cdeltatDot_u;
|
||||
end
|
||||
|
||||
|
||||
|
||||
for chan=1:5 % Measurement matrix H assembling
|
||||
% It has 8 columns (8 states) and 2*NSat rows (NSat psudorange error;NSat pseudo range rate error)
|
||||
kf_H(chan, 1) = a_x(chan,t); kf_H(chan, 2) = a_y(chan,t); kf_H(chan, 3) = a_z(chan,t); kf_H(chan, 7) = 1.0;
|
||||
@ -203,5 +201,14 @@ for t=2:length(navSolution.RX_time)
|
||||
%convert rhoDot_pri to doppler shift!
|
||||
sat_dopp_hz_filt(chan,t)=(rhoDot_pri_filt(chan,t)-corr_kf_state(8,t))/Lambda_GPS_L1;
|
||||
|
||||
% carrier_phase_rads = 0;
|
||||
carrier_freq_hz =GPS_L1_freq_hz+sat_dopp_hz_filt(chan,t);
|
||||
% carrier_freq_rate_hz_s = 0;
|
||||
% code_phase_chips = 0;
|
||||
end
|
||||
|
||||
% carrier_phase_rads = 0;
|
||||
% carrier_freq_hz = 0;
|
||||
% carrier_freq_rate_hz_s = 0;
|
||||
% code_phase_chips = 0;
|
||||
end
|
Loading…
Reference in New Issue
Block a user