 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
55 virtual double phase()
const = 0;
virtual double sensitivity() const =0
Phase modulator block.
Definition: phase_modulator_fc.h:43
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
virtual double phase() const =0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
virtual void set_sensitivity(double s)=0
static sptr make(double sensitivity)
virtual void set_phase(double p)=0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< phase_modulator_fc > sptr
Definition: phase_modulator_fc.h:46