|
GNU Radio 3.6.2 C++ API
|
#include <channel_model_impl.h>

Public Member Functions | |
| channel_model_impl (double noise_voltage, double frequency_offset, double epsilon, const std::vector< gr_complex > &taps, double noise_seed) | |
| ~channel_model_impl () | |
| void | set_noise_voltage (double noise_voltage) |
| void | set_frequency_offset (double frequency_offset) |
| void | set_taps (const std::vector< gr_complex > &taps) |
| void | set_timing_offset (double epsilon) |
| double | noise_voltage () const |
| double | frequency_offset () const |
| std::vector< gr_complex > | taps () const |
| double | timing_offset () const |
Additional Inherited Members | |
Public Types inherited from gr::filter::channel_model | |
| typedef boost::shared_ptr < channel_model > | sptr |
Static Public Member Functions inherited from gr::filter::channel_model | |
| static sptr | make (double noise_voltage=0.0, double frequency_offset=0.0, double epsilon=1.0, const std::vector< gr_complex > &taps=std::vector< gr_complex >(1, 1), double noise_seed=3021) |
| Build the channel simulator. | |
Protected Types inherited from gr_basic_block | |
| enum | vcolor { WHITE, GREY, BLACK } |
Protected Member Functions inherited from gr_hier_block2 | |
| gr_hier_block2 (void) | |
| gr_hier_block2 (const std::string &name, gr_io_signature_sptr input_signature, gr_io_signature_sptr output_signature) | |
Protected Attributes inherited from gr_basic_block | |
| std::string | d_name |
| gr_io_signature_sptr | d_input_signature |
| gr_io_signature_sptr | d_output_signature |
| long | d_unique_id |
| vcolor | d_color |
| gr::filter::channel_model_impl::channel_model_impl | ( | double | noise_voltage, |
| double | frequency_offset, | ||
| double | epsilon, | ||
| const std::vector< gr_complex > & | taps, | ||
| double | noise_seed | ||
| ) |
| gr::filter::channel_model_impl::~channel_model_impl | ( | ) |
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.
|
virtual |
Implements gr::filter::channel_model.