Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_PHASE_MODULATOR_FC_H
24 #define INCLUDED_ANALOG_PHASE_MODULATOR_FC_H
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;