9 #ifndef INCLUDED_ANALOG_CPFSK_BC_H
10 #define INCLUDED_ANALOG_CPFSK_BC_H
28 typedef std::shared_ptr<cpfsk_bc>
sptr;
37 static sptr make(
float k,
float ampl,
int samples_per_sym);
Perform continuous phase 2-level frequency shift keying modulation on an input stream of unpacked bit...
Definition: cpfsk_bc.h:25
virtual void set_amplitude(float amplitude)=0
virtual float amplitude()=0
static sptr make(float k, float ampl, int samples_per_sym)
Make a CPFSK block.
std::shared_ptr< cpfsk_bc > sptr
Definition: cpfsk_bc.h:28
synchronous 1:N input to output with history
Definition: sync_interpolator.h:26
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29