Showing posts with label Diversity. Show all posts
Showing posts with label Diversity. Show all posts

Thursday, July 7, 2011

Diversity

What is Diversity ?
•Diversity is achieved by creating several independent paths between the transmitter and receiver 
•Each path fades independently, hence, there is a low chance they fade together
•Receiver combines the received signal for the several paths using some method
•Diversity is used in all mobile communication systems  
Types of Diversity
Space diversity: multiple transmit and multiple receive antennas
Multiple Tx: split power over several Tx antennas. More antennas = more power split
Multiple Rx: collect signal by several Rx antennas. More antennas = more collected power
Antennas separation about l/2 is required
–If directional antennas (typically) larger separation is required
Polarization diversity:
Transmit and/or receive with both vertical and horizontal polarization
Scattering is independent for each polarization, giving independent paths
Limited to 2 transmit and 2 receive diversity
–Tx polarization diversity: half power for each polarization

Beam-forming:
Transmit with antenna array
–Each antenna is fed with different phase
–Forms a directional beam towards the receiver, or group of receivers
–Antenna beam tracks the intended receiver
–Requires knowledge of the fading channel at Tx Optional is 4G mobile communication systems (WiMax and LTE)


Frequency diversity:
–Transmit same signal with several frequencies
–Frequencies separated by > coherence bandwidth
–Also wideband signals achieve frequency diversity, like OFDM techniques over wideband
(WLAN, WiMax, LTE)

Multipath diversity:
–In Direct-Sequence-Spread-Spectrum signals we can receive from multipath separately using Rake receiver
–Used in all CDMA systems (IS-95, CDMA2000, WCDMA) 
Time diversity:
–Signal is re-transmitted (repeated) after > coherence time
Also achieved using coding and interleaving
–Reduces overall transmission data rates
–Coding and interleaving used in all mobile communication systems
–Also combined with repeat-diversity in what is called Hybrid Automatic Repeat Request (H-ARQ)
   

Thursday, June 30, 2011

Antenna Diversity

Antenna diversity, also known as space diversity, is any one of several wireless diversity schemes that use two or more antennas to improve the quality and reliability of a wireless link.
Receiver diversity is a form of space diversity, where there are multiple antennas at the receiver. The presence of receiver diversity poses an interesting problem – how do we use ‘effectively‘ the information from all the antennas to demodulate the data. There are multiple ways to approach the problem. The three typical approaches to be discussed are – selection diversityequal gain combining and maximal ratio combiningIn this post we will discuss selection diversity. For the discussion, we will assume that the channel is a flat fading Rayleigh multipath channel and the modulation is BPSK.

Background

1. We have N receive antennas and one transmit antenna.
2. The channel is flat fading – In simple terms, it means that the multipath channel has only one tap.
3. The channel experienced by each receive antenna is randomly varying in time. For the ith  receive antenna, each transmitted symbol gets multiplied by a randomly varying complex number hi. As the channel under consideration is a Rayleigh channel, the real and imaginary parts of hi are Gaussian distributed having mean 0 and variance 1/2.
4. The channel experience by each receive antenna is independent from the channel experienced by other receive antennas.
5. The noise on each receive antenna is independent from the noise on the other receive antennas.
6. At each receive antenna, the channel  hi is known at the receiver. For example, on the ith receive antenna, equalization is performed at the receiver by dividing the received symbol yi by the apriori known hi


What is selection diversity?

Consider a scenario where we have a single antenna for transmission and multiple antennas at the receiver (as shown in the figure below).


Figure: Receive diversity in a wireless link

At the receiver we have now N copies of the same transmitted symbol. Which then poses the problem – how to effectively combine them to reliably recover the data.
Selection diversity approach is one way out – With selection diversity, the receiver selects the antenna with the highest received signal power and ignore observations from the other antennas. The chosen receive antenna is one which gives  max(signal power).
Effective bit energy to noise ratio in a N receive antenna case is N times the bit energy to noise ratio for single antenna case.

BER Simulation Algorithm

The Matlab/Octave script performs the following
(a) Generate random binary sequence of +1’s and -1’s.
(b) Multiply the symbols with the channel and then add white Gaussian noise.
(c) At the receiver, find the receive path with maximum power
(d) Chose that receive path, equalize (divide) the received symbols with the known channel
(d) Perform hard decision decoding and count the bit errors
(e) Repeat for multiple values of Eb/No and plot the simulation and theoretical results.