a_prof | itpp::TDL_Channel | protected |
calc_frequency_response(const Array< cvec > &channel_coeff, Array< cvec > &frequency_response, const int fft_size) | itpp::TDL_Channel | |
calc_frequency_response(const cmat &channel_coeff, cmat &frequency_response, const int fft_size) | itpp::TDL_Channel | |
calc_impulse_response(const Array< cvec > &channel_coeff, Array< cvec > &impulse_response) | itpp::TDL_Channel | |
calc_mean_excess_delay() const | itpp::TDL_Channel | |
calc_rms_delay_spread() const | itpp::TDL_Channel | |
d_prof | itpp::TDL_Channel | protected |
discrete_Ts | itpp::TDL_Channel | protected |
discretize(const vec &delay_profile) | itpp::TDL_Channel | protected |
fading_gen | itpp::TDL_Channel | protected |
fading_type | itpp::TDL_Channel | protected |
filter(const cvec &input, cvec &output, Array< cvec > &channel_coeff) | itpp::TDL_Channel | |
filter(const cvec &input, cvec &output, cmat &channel_coeff) | itpp::TDL_Channel | |
filter(const cvec &input, Array< cvec > &channel_coeff) | itpp::TDL_Channel | |
filter(const cvec &input, cmat &channel_coeff) | itpp::TDL_Channel | |
filter(const cvec &input, cvec &output) | itpp::TDL_Channel | |
filter(const cvec &input) | itpp::TDL_Channel | |
filter_known_channel(const cvec &input, cvec &output, const Array< cvec > &channel_coeff) | itpp::TDL_Channel | |
filter_known_channel(const cvec &input, cvec &output, const cmat &channel_coeff) | itpp::TDL_Channel | |
filter_length | itpp::TDL_Channel | protected |
generate(int no_samples, Array< cvec > &channel_coeff) | itpp::TDL_Channel | |
generate(int no_samples, cmat &channel_coeff) | itpp::TDL_Channel | |
get_avg_power_dB() const | itpp::TDL_Channel | |
get_channel_profile(vec &avg_power_dB, ivec &delay_prof) const | itpp::TDL_Channel | |
get_correlated_method() const | itpp::TDL_Channel | inline |
get_delay_prof() const | itpp::TDL_Channel | inline |
get_fading_type() const | itpp::TDL_Channel | inline |
get_LOS_doppler() const | itpp::TDL_Channel | inline |
get_LOS_doppler(int tap_number) const | itpp::TDL_Channel | inline |
get_LOS_power() const | itpp::TDL_Channel | inline |
get_LOS_power(int tap_number) const | itpp::TDL_Channel | inline |
get_no_frequencies() const | itpp::TDL_Channel | inline |
get_norm_doppler() const | itpp::TDL_Channel | inline |
get_sampling_time() const | itpp::TDL_Channel | inline |
get_time_offset() const | itpp::TDL_Channel | |
init() | itpp::TDL_Channel | |
init_flag | itpp::TDL_Channel | protected |
los_dopp | itpp::TDL_Channel | protected |
los_power | itpp::TDL_Channel | protected |
method | itpp::TDL_Channel | protected |
n_dopp | itpp::TDL_Channel | protected |
N_taps | itpp::TDL_Channel | protected |
nrof_freq | itpp::TDL_Channel | protected |
operator()(const cvec &input, cvec &output, Array< cvec > &channel_coeff) | itpp::TDL_Channel | |
operator()(const cvec &input, cvec &output, cmat &channel_coeff) | itpp::TDL_Channel | |
operator()(const cvec &input, Array< cvec > &channel_coeff) | itpp::TDL_Channel | |
operator()(const cvec &input, cmat &channel_coeff) | itpp::TDL_Channel | |
operator()(const cvec &input) | itpp::TDL_Channel | |
set_channel_profile(const vec &avg_power_dB, const ivec &delay_prof) | itpp::TDL_Channel | |
set_channel_profile(const Channel_Specification &channel_spec, double sampling_time) | itpp::TDL_Channel | |
set_channel_profile_exponential(int no_taps) | itpp::TDL_Channel | |
set_channel_profile_uniform(int no_taps) | itpp::TDL_Channel | |
set_correlated_method(CORRELATED_METHOD method) | itpp::TDL_Channel | |
set_doppler_spectrum(const DOPPLER_SPECTRUM *tap_spectrum) | itpp::TDL_Channel | |
set_doppler_spectrum(int tap_number, DOPPLER_SPECTRUM tap_spectrum) | itpp::TDL_Channel | |
set_fading_type(FADING_TYPE fading_type) | itpp::TDL_Channel | |
set_filter_length(int filter_length) | itpp::TDL_Channel | |
set_LOS(const vec &relative_power, const vec &relative_doppler="") | itpp::TDL_Channel | |
set_LOS_doppler(const vec &relative_doppler) | itpp::TDL_Channel | |
set_LOS_power(const vec &relative_power) | itpp::TDL_Channel | |
set_no_frequencies(int no_freq) | itpp::TDL_Channel | |
set_norm_doppler(double norm_doppler) | itpp::TDL_Channel | |
set_time_offset(int offset) | itpp::TDL_Channel | |
shift_time_offset(int no_samples) | itpp::TDL_Channel | |
tap_doppler_spectrum | itpp::TDL_Channel | protected |
taps() const | itpp::TDL_Channel | inline |
TDL_Channel(const vec &avg_power_dB="0", const ivec &delay_prof="0") | itpp::TDL_Channel | |
TDL_Channel(const Channel_Specification &channel_spec, double sampling_time) | itpp::TDL_Channel | |
~TDL_Channel() | itpp::TDL_Channel | virtual |