21 #ifndef GNSS_SDR_GPS_L2C_SIGNAL_H 22 #define GNSS_SDR_GPS_L2C_SIGNAL_H 36 void gps_l2c_m_code_gen_float(own::span<float> _dest, uint32_t _prn);
41 #endif // GNSS_SDR_GPS_L2C_SIGNAL_H void gps_l2c_m_code_gen_complex(own::span< std::complex< float >> _dest, uint32_t _prn)
Generates complex GPS L2C M code for the desired SV ID.
void gps_l2c_m_code_gen_complex_sampled(own::span< std::complex< float >> _dest, uint32_t _prn, int32_t _fs)
Generates complex GPS L2C M code for the desired SV ID, and sampled to specific sampling frequency...