Communication channels' classes - header file. More...
#include <iostream>
#include <itpp/base/math/elem_math.h>
#include <itpp/base/mat.h>
#include <itpp/base/array.h>
#include <itpp/base/random.h>
#include <itpp/signal/filter.h>
#include <itpp/itexports.h>
Go to the source code of this file.
Classes | |
class | itpp::Fading_Generator |
Fading generator class. More... | |
class | itpp::Independent_Fading_Generator |
Independent (random) fading generator class. More... | |
class | itpp::Static_Fading_Generator |
Static fading generator class. More... | |
class | itpp::Correlated_Fading_Generator |
Correlated (random) fading generator class. More... | |
class | itpp::Rice_Fading_Generator |
Rice type fading generator class. More... | |
class | itpp::FIR_Fading_Generator |
FIR type Fading generator class. More... | |
class | itpp::IFFT_Fading_Generator |
IFFT type Fading generator class. More... | |
class | itpp::Channel_Specification |
General specification of a time-domain multipath channel. More... | |
class | itpp::TDL_Channel |
Tapped Delay Line (TDL) channel model. More... | |
class | itpp::BSC |
A Binary Symetric Channel with crossover probability p. More... | |
class | itpp::AWGN_Channel |
Ordinary AWGN Channel for cvec or vec inputs and outputs. More... | |
Namespaces | |
itpp | |
itpp namespace | |
Enumerations | |
enum | itpp::CHANNEL_PROFILE { ITU_Vehicular_A , ITU_Vehicular_B , ITU_Pedestrian_A , ITU_Pedestrian_B , COST207_RA , COST207_RA6 , COST207_TU , COST207_TU6alt , COST207_TU12 , COST207_TU12alt , COST207_BU , COST207_BU6alt , COST207_BU12 , COST207_BU12alt , COST207_HT , COST207_HT6alt , COST207_HT12 , COST207_HT12alt , COST259_TUx , COST259_RAx , COST259_HTx } |
Predefined channel profiles. Includes LOS and Doppler spectrum settings. | |
enum | itpp::FADING_TYPE { Independent , Static , Correlated } |
Fading generator type: Independent (default), Static or Correlated. | |
enum | itpp::CORRELATED_METHOD { Rice_MEDS , IFFT , FIR } |
Correlated fading generation methods: Rice_MEDS (default), IFFT or FIR. | |
enum | itpp::RICE_METHOD { MEDS } |
Rice fading generation methods: MEDS. | |
enum | itpp::DOPPLER_SPECTRUM { Jakes = 0 , J = 0 , Classic = 0 , C = 0 , GaussI = 1 , Gauss1 = 1 , GI = 1 , G1 = 1 , GaussII = 2 , Gauss2 = 2 , GII = 2 , G2 = 2 } |
Predefined Doppler spectra. | |
Communication channels' classes - header file.
Copyright (C) 1995-2010 (see AUTHORS file for a list of contributors)
This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.
IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with IT++. If not, see http://www.gnu.org/licenses/.
Definition in file channel.h.
Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.9.1