18 #ifndef GNSS_SDR_GPS_L5_SIGNAL_REPLICA_H 19 #define GNSS_SDR_GPS_L5_SIGNAL_REPLICA_H 27 #include <gsl/gsl-lite.hpp> 58 #endif // GNSS_SDR_GPS_L5_SIGNAL_REPLICA_H void gps_l5q_code_gen_float(own::span< float > dest, uint32_t prn)
Generates real GPS L5Q code for the desired SV ID.
void gps_l5i_code_gen_float(own::span< float > dest, uint32_t prn)
Generates real GPS L5I code for the desired SV ID.
void gps_l5i_code_gen_complex(own::span< std::complex< float >> dest, uint32_t prn)
Generates complex GPS L5I code for the desired SV ID.
void gps_l5q_code_gen_complex(own::span< std::complex< float >> dest, uint32_t prn)
Generates complex GPS L5Q code for the desired SV ID.
void gps_l5q_code_gen_complex_sampled(own::span< std::complex< float >> dest, uint32_t prn, int32_t sampling_freq)
Generates complex GPS L5Q code for the desired SV ID, and sampled to specific sampling frequency...
void gps_l5i_code_gen_complex_sampled(own::span< std::complex< float >> dest, uint32_t prn, int32_t sampling_freq)
Generates complex GPS L5I code for the desired SV ID, and sampled to specific sampling frequency...