Go to the documentation of this file.
23 #ifndef INCLUDED_ANALOG_PHASE_MODULATOR_FC_H
24 #define INCLUDED_ANALOG_PHASE_MODULATOR_FC_H
51 static sptr make(
double sensitivity);
53 virtual double sensitivity()
const = 0;
54 virtual double phase()
const = 0;
56 virtual void set_sensitivity(
double s) = 0;
57 virtual void set_phase(
double p) = 0;