|
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 | |
Public Types inherited from gr::analog::cpfsk_bc | |
| typedef boost::shared_ptr < cpfsk_bc > | sptr |
Static Public Member Functions inherited from gr::analog::cpfsk_bc | |
| static sptr | make (float k, float ampl, int samples_per_sym) |
| Make a CPFSK block. | |
Protected Types inherited from gr_basic_block | |
| enum | vcolor { WHITE, GREY, BLACK } |
Protected Member Functions inherited from gr_sync_interpolator | |
| gr_sync_interpolator (void) | |
| gr_sync_interpolator (const std::string &name, gr_io_signature_sptr input_signature, gr_io_signature_sptr output_signature, unsigned interpolation) | |
Protected Attributes inherited from gr_block | |
| std::vector< long > | d_max_output_buffer |
| std::vector< long > | d_min_output_buffer |
| gruel::mutex | d_setlock |
| 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.