21 #ifndef GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H 22 #define GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H 50 #endif // GNSS_SDR_BEIDOU_B3I_SIGNAL_PROCESSING_H
void beidou_b3i_code_gen_int(own::span< int > _dest, int32_t _prn, uint32_t _chip_shift)
Generates int BeiDou B3I code for the desired SV ID and code shift.
void beidou_b3i_code_gen_float(own::span< float > _dest, int32_t _prn, uint32_t _chip_shift)
Generates float BeiDou B3I code for the desired SV ID and code shift.
void beidou_b3i_code_gen_complex(own::span< std::complex< float >> _dest, int32_t _prn, uint32_t _chip_shift)
Generates complex BeiDou B3I code for the desired SV ID and code shift, and sampled to specific sampl...
void beidou_b3i_code_gen_complex_sampled(own::span< std::complex< float >> _dest, uint32_t _prn, int _fs, uint32_t _chip_shift, uint32_t _ncodes)
Generates N complex BeiDou B3I codes for the desired SV ID and code shift.