19#ifndef GNSS_SDR_GALILEO_E1_SIGNAL_REPLICA_H
20#define GNSS_SDR_GALILEO_E1_SIGNAL_REPLICA_H
29#include <gsl-lite/gsl-lite.hpp>
30namespace own = gsl_lite;
51 bool cboc, uint32_t prn, int32_t sampling_freq, uint32_t chip_shift,
60 bool cboc, uint32_t prn, int32_t sampling_freq, uint32_t chip_shift);
68 bool cboc, uint32_t prn, int32_t sampling_freq, uint32_t chip_shift,
75 bool cboc, uint32_t prn, int32_t sampling_freq, uint32_t chip_shift);
void galileo_e1_code_gen_complex_sampled(own::span< std::complex< float > > dest, const std::array< char, 3 > &signal_id, bool cboc, uint32_t prn, int32_t sampling_freq, 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_sinboc11_float(own::span< float > dest, const std::array< char, 3 > &signal_id, 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_id, bool cboc, uint32_t prn, int32_t sampling_freq, 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...