channel.h File Reference
Definition of Communication Channel classes and functions. More...
#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 {
itpp::Jakes = 0,
itpp::J = 0,
itpp::Classic = 0,
itpp::C = 0,
itpp::GaussI = 1,
itpp::GI = 1,
itpp::G1 = 1,
itpp::GaussII = 2,
itpp::GII = 2,
itpp::G2 = 2,
itpp::Rice = 3,
itpp::R = 3
} |
| Predefined doppler spectra. More...
|
enum | itpp::RICE_METHOD { itpp::MEDS
} |
| Methods calculation of parameters using the Rice fading generation method. More...
|
enum | itpp::FADING_GENERATION_METHOD { itpp::IFFT,
itpp::FIR,
itpp::Rice_MEDS
} |
| Fading generation methods. More...
|
enum | itpp::CHANNEL_PROFILE {
itpp::ITU_Vehicular_A,
itpp::ITU_Vehicular_B,
itpp::ITU_Pedestrian_A,
itpp::ITU_Pedestrian_B,
itpp::COST207_RA,
itpp::COST207_RA6,
itpp::COST207_TU,
itpp::COST207_TU6alt,
itpp::COST207_TU12,
itpp::COST207_TU12alt,
itpp::COST207_BU,
itpp::COST207_BU6alt,
itpp::COST207_BU12,
itpp::COST207_BU12alt,
itpp::COST207_HT,
itpp::COST207_HT6alt,
itpp::COST207_HT12,
itpp::COST207_HT12alt,
itpp::COST259_TUx,
itpp::COST259_RAx,
itpp::COST259_HTx
} |
| Predefined channel profiles. Includes settings for doppler spectrum. More...
|
Functions |
vec | itpp::jake_filter (double NormFDopp, int order=100) |
| Jakes spectrum filter.
|
Detailed Description
Definition of Communication Channel classes and functions.
- Author:
- Tony Ottosson, Pal Frenger, Zbigniew Dlugaszewski and Adam Piatyszek
$Date$ $Revision$
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2007 (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 Fri Jun 8 02:08:58 2007 for IT++ by Doxygen 1.5.2