Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_CPMMOD_BC_H
24 #define INCLUDED_DIGITAL_CPMMOD_BC_H
75 int L,
double beta=0.3);
91 static sptr make_gmskmod_bc(
int samples_per_sym=2,
92 int L=4,
double beta=0.3);
95 virtual std::vector<float>
taps()
const = 0;
98 virtual int type()
const = 0;
101 virtual float index()
const = 0;
104 virtual int samples_per_sym()
const = 0;
107 virtual int length()
const = 0;
110 virtual double beta()
const = 0;