 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
boost::shared_ptr< cpfsk_bc > sptr
Definition: cpfsk_bc.h:40
virtual void set_amplitude(float amplitude)=0
#define ANALOG_API
Definition: gr-analog/include/gnuradio/analog/api.h:30
synchronous 1:N input to output with history
Definition: sync_interpolator.h:38
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual float amplitude()=0
Perform continuous phase 2-level frequency shift keying modulation on an input stream of unpacked bit...
Definition: cpfsk_bc.h:37
static sptr make(float k, float ampl, int samples_per_sym)
Make a CPFSK block.