#include <itpp/base/vec.h>
#include <itpp/base/mat.h>
#include <itpp/base/array.h>
#include <itpp/base/random.h>
#include <itpp/base/filter.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
Classes | |
class | itpp::Fading_Generator |
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... | |
Enumerations | |
enum | itpp::DOPPLER_SPECTRUM { Jakes = 0, J = 0, Classic = 0, C = 0, GaussI = 1, GI = 1, G1 = 1, GaussII = 2, GII = 2, G2 = 2, Rice = 3, R = 3 } |
Predefined doppler spectra. More... | |
enum | itpp::RICE_METHOD { MEDS } |
Methods calculation of parameters using the Rice fading generation method. More... | |
enum | itpp::FADING_GENERATION_METHOD { IFFT, FIR, Rice_MEDS } |
Fading generation methods. More... | |
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 settings for doppler spectrum. More... | |
Functions | |
vec | itpp::jake_filter (double NormFDopp, int order=100) |
Jakes spectrum filter. |
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2006 (see AUTHORS file for a list of contributors)
This program 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 2 of the License, or (at your option) any later version.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------
Definition in file channel.h.
Generated on Thu Apr 19 14:19:57 2007 for IT++ by Doxygen 1.4.6