20 #ifndef GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H 21 #define GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H 23 #include "base_pcps_acquisition_custom.h" 39 const std::string& role,
40 unsigned int in_streams,
41 unsigned int out_streams);
50 return "GPS_L1_CA_PCPS_Acquisition_Fine_Doppler";
54 void code_gen_complex_sampled(own::span<std::complex<float>> dest, uint32_t prn, int32_t sampling_freq)
override;
60 #endif // GNSS_SDR_GPS_L1_CA_PCPS_ACQUISITION_FINE_DOPPLER_H This class adapts a PCPS acquisition block to an AcquisitionInterface.
This class Adapts a PCPS acquisition block with fine Doppler estimation to an AcquisitionInterface fo...
std::string implementation() override
Returns "GPS_L1_CA_PCPS_Acquisition_Fine_Doppler".
This abstract class represents an interface to configuration parameters.