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... | |
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. |
Multipath fading is the process where the received signal is a sum of many reflections, each with different propagation time, phase and attenuation. The sum signal will vary in time if the receiver (or transmitter) moves, or if some of the reflectors move. We usually refer to this process as a fading process and try to model it as a stochastic process. The most common model is the Rayleigh fading model where the process is modeled as a sum of infinitely many (in practise it is enough with only a few) received reflections from all angles (uniformly distributed) around the receiver. Mathematically we write the received signal, as
where is the transmitted signal and
is the complex channel coefficient (or fading process). If this process is modeled as a Rayleigh fading process then
is a complex Gaussian process and the envelope
is Rayleigh distributed.
where is the maximum Doppler frequency given by
Here is the speed of light and
is the carrier frequency. Often the maximum Doppler frequency is given as the normalized Doppler
, where
is the sample duration (often the symbol time) of the simulated system. Instead of specifying the correlation function
one can specify the Doppler spectrum (the Fourier transform of
).
where is the number of channel taps,
is the average amplitude at delay
, and
is the channel phase of the
channel tap.
The average power and delay profiles are defined as:
and
respectively. We assume without loss of generality that and
. Now the received signal is simply a linear filtering (or convolution) of the transmitted signal, where
is the impulse response of the filter.
In practice, when simulating a communication link, the impulse response is sampled with a sample period
that is related to the symbol rate of the system of investigation (often 2-8 times higher). Hence, the impulse response of the channel can now be modeled as a time-discrete filter or tapped-delay line (TDL) where the delays are given as
, and
are positive integers.
The LOS component can be expressed as:
where ,
, and
are the amplitude, Doppler frequency and phase of the LOS component, respectively. Instead of stating the amplitude itself, the ratio of the LOS power and total fading process power, called the Rice factor (or relative power), is often used. The Doppler frequency is limited by the maximum Doppler frequency
and hence typically the Doppler of the LOS is expressed relative to its maximum (common is
). The phase is usually assumed to be random and can without loss of generality be set to 0 (does not affect the statistics of the process).