10 #ifndef INCLUDED_SATELLITES_DOPPLER_CORRECTION_H
11 #define INCLUDED_SATELLITES_DOPPLER_CORRECTION_H
13 #include <gnuradio/sync_block.h>
17 namespace satellites {
48 typedef boost::shared_ptr<doppler_correction>
sptr;
57 static sptr make(std::string& filename,
double samp_rate,
double t0);
#define SATELLITES_API
Definition: api.h:31
Performs Doppler correction using a frequency vs. time file.
Definition: doppler_correction.h:46
static sptr make(std::string &filename, double samp_rate, double t0)
Build the Doppler Correction block.
boost::shared_ptr< doppler_correction > sptr
Definition: doppler_correction.h:48
Definition: ax100_decode.h:17