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