Go to the documentation of this file.
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;