mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +00:00
Interpolate TOW_at_current_symbol in observables block
This commit is contained in:
parent
dfb5f1118c
commit
c793b47181
@ -514,6 +514,7 @@ int hybrid_observables_cc::general_work(int noutput_items __attribute__((unused)
|
||||
interpolated_gnss_synchro.Carrier_Doppler_hz = interpolate_data(gnss_pair, T_rx_s, 0);
|
||||
interpolated_gnss_synchro.Carrier_phase_rads = interpolate_data(gnss_pair, T_rx_s, 1);
|
||||
interpolated_gnss_synchro.RX_time = interpolate_data(gnss_pair, T_rx_s, 2);
|
||||
interpolated_gnss_synchro.TOW_at_current_symbol_s = interpolated_gnss_synchro.RX_time;
|
||||
|
||||
epoch_data.push_back(interpolated_gnss_synchro);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user