21 #ifndef GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H 22 #define GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H 49 #endif // GNSS_SDR_BEIDOU_B1I_SDR_SIGNAL_PROCESSING_H void beidou_b1i_code_gen_float(own::span< float > _dest, int32_t _prn, uint32_t _chip_shift)
Generates float GPS L1 C/A code for the desired SV ID and code shift.
void beidou_b1i_code_gen_complex_sampled(own::span< std::complex< float >> _dest, uint32_t _prn, int32_t _fs, uint32_t _chip_shift, uint32_t _ncodes)
Generates N complex GPS L1 C/A codes for the desired SV ID and code shift.
void beidou_b1i_code_gen_int(own::span< int32_t > _dest, int32_t _prn, uint32_t _chip_shift)
Generates int32_t GPS L1 C/A code for the desired SV ID and code shift.
void beidou_b1i_code_gen_complex(own::span< std::complex< float >> _dest, int32_t _prn, uint32_t _chip_shift)
Generates complex GPS L1 C/A code for the desired SV ID and code shift, and sampled to specific sampl...