GNU Radio 3.6.5 C++ API

gr_channel_model.h File Reference

#include <gr_core_api.h>
#include <gr_top_block.h>
#include <gr_fractional_interpolator_cc.h>
#include <gr_sig_source_c.h>
#include <gr_fir_filter_ccc.h>
#include <gr_add_cc.h>
#include <gr_fastnoise_source_c.h>
#include <gr_multiply_cc.h>

Go to the source code of this file.

Classes

class  gr_channel_model
 channel simulator More...

Functions

GR_CORE_API gr_channel_model_sptr gr_make_channel_model (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=0)

Function Documentation

GR_CORE_API gr_channel_model_sptr gr_make_channel_model ( double  noise_voltage = 0.0,
double  frequency_offset = 0.0,
double  epsilon = 1.0,
const std::vector< gr_complex > &  taps = std::vectorgr_complex >(1, 1),
double  noise_seed = 0 
)