Alexander V Joura
Results
2
issues of
Alexander V Joura
I have added Hamming code correction method for Glonass signal and google tests for this method. I have also replaced the call to `CRC_test` by the call to this new...
There were two class members in `gps_l1_ca_telemetry_decoder_gs` class 1. `d_bits_per_preamble` 2. `d_samples_per_preamble` which were initialized from `GPS_CA_PREAMBLE_LENGTH_BITS` and never changed its value. It seemed not necessary, so I replaced them...