mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Add code for C/A signal generation for glonass
This commit is contained in:
parent
339aad9beb
commit
41306ee044
@ -78,7 +78,6 @@ void glonass_l1_ca_code_gen_complex(std::complex<float>* _dest,/* signed int _pr
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: Implement the chip shifting*/
|
|
||||||
/* Set the delay */
|
/* Set the delay */
|
||||||
delay = _code_length;
|
delay = _code_length;
|
||||||
delay += _chip_shift;
|
delay += _chip_shift;
|
||||||
|
Loading…
Reference in New Issue
Block a user