18 #ifndef GNSS_SDR_GPS_L2C_SIGNAL_REPLICA_H 19 #define GNSS_SDR_GPS_L2C_SIGNAL_REPLICA_H 27 #include <gsl/gsl-lite.hpp> 49 #endif // GNSS_SDR_GPS_L2C_SIGNAL_REPLICA_H void gps_l2c_m_code_gen_float(own::span< float > dest, uint32_t prn)
Generates float 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 sampling_freq)
Generates complex GPS L2C M code for the desired SV ID, and sampled to specific sampling frequency...
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.