GNU Radio 3.4.0 C++ API
gr_channel_model.h File Reference
#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_noise_source_c.h>
#include <gr_multiply_cc.h>
Include dependency graph for gr_channel_model.h:

Go to the source code of this file.

Classes

class  gr_channel_model
 channel simulator More...

Functions

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=3021)

Function Documentation

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 = 3021 
)