mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-02 16:57:03 +00:00
Fix correlator spacing
This commit is contained in:
parent
e4080b50d8
commit
2499946514
@ -148,11 +148,11 @@ Galileo_E1_Tcp_Connector_Tracking_cc::Galileo_E1_Tcp_Connector_Tracking_cc(
|
||||
|
||||
d_local_code_shift_chips = static_cast<float*>(volk_malloc(d_n_correlator_taps * sizeof(float), volk_get_alignment()));
|
||||
// Set TAPs delay values [chips]
|
||||
d_local_code_shift_chips[0] = - d_very_early_late_spc_chips * 2.0;
|
||||
d_local_code_shift_chips[1] = - d_very_early_late_spc_chips;
|
||||
d_local_code_shift_chips[0] = - d_very_early_late_spc_chips;
|
||||
d_local_code_shift_chips[1] = - d_early_late_spc_chips;
|
||||
d_local_code_shift_chips[2] = 0.0;
|
||||
d_local_code_shift_chips[3] = d_very_early_late_spc_chips;
|
||||
d_local_code_shift_chips[4] = d_very_early_late_spc_chips * 2.0;
|
||||
d_local_code_shift_chips[3] = d_early_late_spc_chips;
|
||||
d_local_code_shift_chips[4] = d_very_early_late_spc_chips;
|
||||
|
||||
d_correlation_length_samples = d_vector_length;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user