21 #ifndef INCLUDED_ANALOG_CPFSK_BC_H
22 #define INCLUDED_ANALOG_CPFSK_BC_H
48 static sptr make(
float k,
float ampl,
int samples_per_sym);
50 virtual void set_amplitude(
float amplitude) = 0;
51 virtual float amplitude() = 0;
52 virtual float freq() = 0;
53 virtual float phase() = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:37
Perform continuous phase 2-level frequency shift keying modulation on an input stream of unpacked bit...
Definition: cpfsk_bc.h:35
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
boost::shared_ptr< cpfsk_bc > sptr
Definition: cpfsk_bc.h:39