Fall Semester
Telecommunications Circuits Laboratory EPFL
6 Fading Channels
In the previous Section 5 we have seen that the signal undergoes a random phase-rotation in the channel. In practical radio communication systems there is an additional effect a communication systems engineer has to take into account. The magnitude of the signal varies randomly over time. This effect is called fading. The reason for fading can be divided in two groups:
Large-scale fading is already addressed in our model by means of the SNR value. Throughout this exercise we are only interested in dealing with the small-scale fading case. You have probably already observed small-scale fading as large variation of the signal strength of your radio or cell phone.
The presence of small-scale fading changes the input-output relation from the pure additive white Gaussian-noise (AWGN) case
y[k] = x[k] + n[k] (6.1)
to
y[k] = h[k]x[k] + n[k] (6.2)
where h is a (complex) random variable with certain statistical properties. You will notice that in small-scale fading environment the BER decays much slower with increasing SNR compared to the AWGN case. (Note: Despite the misleading naming there is also an additive white Gaussian noise component in the fading case). The AWGN channel can also be modeled as a fading channel with a deterministic h = 1.
6.1 Coherence
The propagation conditions do not change instantaneously; hence, channel coefficients are usually correlated in time and frequency. This means that if the channel is in a bad condition, then neighboring (in time or frequency) channel coefficients are also very likely in a bad condition.This correlation of the channel coefficients is usually described by two parameters: The
coherence time and the coherence bandwidth. These parameters describe the distance in time/frequency over which the channel changes significantly. While these measures look very intuitive there is no strict definition of how large or likely the change of the channel has to be. There are multiple different definitions of the term. So consider these numbers not as precise values, but as orders of magnitude.
From the viewpoint of the receiver fading can be divided in two scenarios:
• Slow fading, the change of the channel condition within your time-span of interest (e.g. one frame) is negligible, but nevertheless has to be taken into account between successive transmission or different channels.
• Fast fading, the change of the channel within your time-span has significant influence on the performance of your system and has to be compensated in your receiver.
6.2 Diversity
psuccess ≈ 1 − pout
If the same data is sent over L independent channel realizations, then all coefficients have to be in outage for none of the copies to be received with proper signal strength. The probability of successful transmission is therefor much higher and becomes
psuccess ≈ 1 − (pout)L
6.3 Receive Diversity
It is possible to obtain diversity on the receiving side without any modifications of the transmitter. One can employ multiple antennas in order to receive the same signal multiple times under different fading conditions. The antennas have to be sufficiently spaced apart so that their distance exceeds the coherence distance. Therefore this is also called space diversity. There are two common schemes to make use of space diversity.
Antenna Selection Diversity
Antenna selection diversity is a cheap way to implement receive diversity. It is achieved by attaching two or more sufficiently spaced antennas with a switch to the same receiver. The receiver periodically compares the signal strength at the antennas and selects the strongest signal for reception.
hequivalent = max(h1,h2,…) (6.3)
This approach offers the advantage that it is very cheap in terms of hardware costs as only one
RX chain is required. On the downside this scheme can not exploit the full possible diversity gain.
Maximum Ratio Combining
y = hx + n (6.4)
A matched filter of the form
h∗
hmf =
||h||
leads to an equivalent channel of: (6.5)
h∗h h∗
hmf · y = x + n = ||h||x + n˜
||h|| ||h|| (6.6)
hequivalent = ||h|| (6.7)
6.4 Rayleigh Fading
A channel model which is often used to describe the effect of fading on the channel is the Rayleigh fading. The channel coefficient is modeled as a complex circular-symmetric Gaussian random variable
h ∼ CN(0,1). (6.8)
6.5 Your Tasks
For the next exercise we assume a slow fading channel with Rayleigh Fading with three receive antennas. We assume the exaggerated case where the channel coefficient is constant in magnitude and phase during a frame, but completely independent from the coefficient of any other frame or antenna. To keep the slow fading assumption valid we can only transmit shorter frames.
A6T1 Extend the frame synchronization code to also provide an estimate of the magnitude of the channel. (Note: Don’t forget that there is already some kind of normalization.)
A6T2 Implement three receiver configuration and compare their BER:
(1) Single Antenna: Use only the signal received from the first antenna
(2) Antenna Select: Use the signal received with the maximum amplitude
(3) Maximum Ratio Combining: Combine the signal receiver from all available antennas
Reviews
There are no reviews yet.