GNU Radio 3.6.4.1 C++ API
|
#include <cpfsk_bc_impl.h>
Public Member Functions | |
cpfsk_bc_impl (float k, float ampl, int samples_per_sym) | |
~cpfsk_bc_impl () | |
void | set_amplitude (float amplitude) |
float | amplitude () |
float | freq () |
float | phase () |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
just like gr_block::general_work, only this arranges to call consume_each for you |
Additional Inherited Members | |
![]() | |
typedef boost::shared_ptr < cpfsk_bc > | sptr |
![]() | |
static sptr | make (float k, float ampl, int samples_per_sym) |
Make a CPFSK block. |
gr::analog::cpfsk_bc_impl::cpfsk_bc_impl | ( | float | k, |
float | ampl, | ||
int | samples_per_sym | ||
) |
gr::analog::cpfsk_bc_impl::~cpfsk_bc_impl | ( | ) |
|
inlinevirtual |
Implements gr::analog::cpfsk_bc.
Referenced by set_amplitude().
|
inlinevirtual |
Implements gr::analog::cpfsk_bc.
|
inlinevirtual |
Implements gr::analog::cpfsk_bc.
|
inlinevirtual |
Implements gr::analog::cpfsk_bc.
References amplitude().
|
virtual |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.