21#ifndef GNSS_SDR_GALILEO_E5_SIGNAL_REPLICA_H
22#define GNSS_SDR_GALILEO_E5_SIGNAL_REPLICA_H
31#include <gsl-lite/gsl-lite.hpp>
32namespace own = gsl_lite;
46 const std::array<char, 3>& signal_id);
55 const std::array<char, 3>& signal_id,
56 int32_t sampling_freq,
65 const std::array<char, 3>& signal_id);
74 const std::array<char, 3>& signal_id,
75 int32_t sampling_freq,
void galileo_e5_a_code_gen_complex_primary(own::span< std::complex< float > > dest, int32_t prn, const std::array< char, 3 > &signal_id)
Generates Galileo E5a code at 1 sample/chip.
void galileo_e5_a_code_gen_complex_sampled(own::span< std::complex< float > > dest, uint32_t prn, const std::array< char, 3 > &signal_id, int32_t sampling_freq, uint32_t chip_shift)
Generates Galileo E5a complex code, shifted to the desired chip and sampled at a frequency sampling_f...
void galileo_e5_b_code_gen_complex_sampled(own::span< std::complex< float > > dest, uint32_t prn, const std::array< char, 3 > &signal_id, int32_t sampling_freq, uint32_t chip_shift)
Generates Galileo E5b complex code, shifted to the desired chip and sampled at a frequency sampling_f...
void galileo_e5_b_code_gen_complex_primary(own::span< std::complex< float > > dest, int32_t prn, const std::array< char, 3 > &signal_id)
Generates Galileo E5b code at 1 sample/chip.