21#ifndef INCLUDED_ANALOG_CPFSK_BC_H
22#define INCLUDED_ANALOG_CPFSK_BC_H
40 typedef boost::shared_ptr<cpfsk_bc>
sptr;
49 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:37
virtual void set_amplitude(float amplitude)=0
boost::shared_ptr< cpfsk_bc > sptr
Definition: cpfsk_bc.h:40
virtual float amplitude()=0
static sptr make(float k, float ampl, int samples_per_sym)
Make a CPFSK block.
synchronous 1:N input to output with history
Definition: sync_interpolator.h:38
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45