21 #ifndef INCLUDED_SATNOGS_DOPPLER_CORRECTION_CC_H 22 #define INCLUDED_SATNOGS_DOPPLER_CORRECTION_CC_H 25 #include <gnuradio/sync_block.h> 42 typedef boost::shared_ptr<doppler_correction_cc>
sptr;
58 make(
double target_freq,
double offset,
double sampling_rate,
59 size_t corrections_per_sec = 1000);
Definition: amsat_duv_decoder.h:29
boost::shared_ptr< doppler_correction_cc > sptr
Definition: doppler_correction_cc.h:42
#define SATNOGS_API
Definition: api.h:30
This block corrects the doppler effect between the ground station and the satellite. It takes the input stream in baseband and applies proper corrections to keep the carrier at the desired frequency. To achieve that it uses messages containing the absolute predicted frequency of the satellite from software like Gpredict.
Definition: doppler_correction_cc.h:40