20 #ifndef GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H 21 #define GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H 23 #include "base_pcps_acquisition_custom.h" 40 const std::string& role,
41 unsigned int in_streams,
42 unsigned int out_streams);
51 return "GPS_L1_CA_PCPS_Assisted_Acquisition";
55 void code_gen_complex_sampled(own::span<std::complex<float>> dest, uint32_t prn, int32_t sampling_freq)
override;
61 #endif // GNSS_SDR_GPS_L1_CA_PCPS_ASSISTED_ACQUISITION_H This class adapts a PCPS acquisition block to an AcquisitionInterface.
This class adapts a PCPS acquisition block to an AcquisitionInterface for GPS L1 C/A signals...
This abstract class represents an interface to configuration parameters.
std::string implementation() override
Returns "GPS_L1_CA_PCPS_Assisted_Acquisition".