21 #ifndef GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H 22 #define GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H 48 bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift,
49 bool _secondary_flag);
57 bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift);
65 bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift,
66 bool _secondary_flag);
72 bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift);
74 #endif // GNSS_SDR_GALILEO_E1_SIGNAL_PROCESSING_H void galileo_e1_code_gen_sinboc11_float(own::span< float > _dest, const std::array< char, 3 > &_Signal, uint32_t _prn)
This function generates Galileo E1 code (can select E1B or E1C sinboc).
void galileo_e1_code_gen_float_sampled(own::span< float > _dest, const std::array< char, 3 > &_Signal, bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift, bool _secondary_flag)
This function generates Galileo E1 code (can select E1B or E1C, cboc or sinboc and the sample frequen...
void galileo_e1_code_gen_complex_sampled(own::span< std::complex< float >> _dest, const std::array< char, 3 > &_Signal, bool _cboc, uint32_t _prn, int32_t _fs, uint32_t _chip_shift, bool _secondary_flag)
This function generates Galileo E1 code (can select E1B or E1C, cboc or sinboc and the sample frequen...