11 #ifndef INCLUDED_ANALOG_PHASE_MODULATOR_FC_H
12 #define INCLUDED_ANALOG_PHASE_MODULATOR_FC_H
34 typedef std::shared_ptr<phase_modulator_fc>
sptr;
40 static sptr make(
double sensitivity);
42 virtual double sensitivity()
const = 0;
43 virtual double phase()
const = 0;
45 virtual void set_sensitivity(
double s) = 0;
46 virtual void set_phase(
double p) = 0;
std::shared_ptr< phase_modulator_fc > sptr
Definition: phase_modulator_fc.h:34
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
Phase modulator block.
Definition: phase_modulator_fc.h:30
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18