23 #ifndef INCLUDED_ANALOG_PHASE_MODULATOR_FC_H 24 #define INCLUDED_ANALOG_PHASE_MODULATOR_FC_H 46 typedef boost::shared_ptr<phase_modulator_fc>
sptr;
52 static sptr make(
double sensitivity);
54 virtual double sensitivity()
const = 0;
55 virtual double phase()
const = 0;
57 virtual void set_sensitivity(
double s) = 0;
58 virtual void set_phase(
double p) = 0;
Include this header to use the message passing features.
Definition: logger.h:695
boost::shared_ptr< phase_modulator_fc > sptr
Definition: phase_modulator_fc.h:46
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
Phase modulator block.
Definition: phase_modulator_fc.h:42
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30