BER for BPSK-OFDM in Frequency Selective Channel

As the data rates supported by wireless networks continue to rise the bandwidth requirements also continue to increase (although spectral efficiency has also improved). Remember GSM technology which supported 125 channels of 200KHz each, which was further divided among eight users using TDMA. Move on to LTE where the channel bandwidth could be as high as 20MHz (1.4MHz, 3MHz, 5MHz, 10MHz, 15MHz and 20MHz are standardized). This advancement poses a unique challenge referred to as frequency selective fading. This means that different parts of the signal spectrum would see a different channel (different amplitude and different phase offset). Look at […]

Read more

Sizing Up a Solar System for a Cellular Base Station

Many operators are thinking of moving from the main grid to alternative energy sources such as wind and solar. This is especially true in third world countries where electricity is not available 24/7 and is also very expensive. This has forced operators to switch their base stations to diesel generators (which is also a costly option). In this article we do a rough estimation of the size a solar system required to run a cellular base station. We start with the assumption that 20 Watts of power are transmitted from a single antenna of base station. For a 3 sector […]

Read more

M-QAM Bit Error Rate in Rayleigh Fading

We have previously discussed the bit error rate (BER) performance of M-QAM in AWGN. We now discuss the BER performance of M-QAM in Rayleigh fading. The one-tap Rayleigh fading channel is generated from two orthogonal Gaussian random variables with variance of 0.5 each. The complex random channel coefficient so generated has an amplitude which is Rayleigh distributed and a phase which is uniformly distributed. As usual the fading channel introduces a multiplicative effect whereas the AWGN is additive. The function “QAM_fading” has three inputs, ‘n_bits’, ‘M’, ‘EbNodB’ and one output ‘ber’. The inputs are the number of bits to be passed […]

Read more

M-QAM Bit Error Rate in AWGN

Quadrature Amplitude Modulation has been adopted by most wireless communication standards such as WiMAX and LTE. It provides higher bit rates and consequently higher spectral efficiencies. It is usually used in conjunction with Orthogonal Frequency Division Multiplexing (OFDM) which provides a simple technique to overcome the time varying frequency selective channel. We have previously discussed the formula for calculating the bit error rate (BER) of QAM in AWGN. We now calculate the same using a simple Monte Carlo Simulation. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FUNCTION THAT CALCULATES THE BER OF M-QAM IN AWGN % n_bits: Input, number of bits % M: Input, constellation […]

Read more

Antennas on Samsung Galaxy S

We have previously discussed the theory of Planar Inverted F Antennas (PIFA), now let us look at a practical example. Shown below is the rear view of a Samsung Galaxy S phone with six antennas. The description of these antennas is given below. 1. 2.6 GHz WiMAX Tx/Rx Antenna 2. 2.6 GHz WiMAX Antenna Rx Only (as a diversity antenna) 3. WiFi/Bluetooth Tx/Rx Antenna 4. Cell/PCS CDMA/EVDO Tx/Rx Antenna 5. Cell/PCS CDMA/EVDO Rx Only (as a diversity antenna) 6. GPS Antenna Rx Only The figure above shows the top conducting plane of the PIFAs. The bottom conducting plane (ground plane) is […]

Read more

Planar Inverted F Antenna (PIFA)

A Planar Inverted F Antenna or PIFA is a very common antenna type being used in cell phones. In fact a cell phone would have multiple PIFAs for LTE, WiMAX, WiFi, GPS etc. Furthermore, there would be multiple PIFAs for diversity reception and transmission. A PIFA is composed of 5 basic elements. 1. A large metallic ground plane 2. A resonating metallic plane 3. A substrate separating the two planes 4. A shorting pin (or plane) 5. A feeding mechanism The resonant frequency of the PIFA can be calculated from the relationship between the wavelength of the antenna and the […]

Read more

QAM Theoretical BER in AWGN

Quadrature Amplitude Modulation (QAM) is an important modulation scheme as it allows for higher data rates and spectral efficiencies. The bit error rate (BER) of QAM can be calculated through Monte Carlo simulations. However this becomes quite complex as the constellation size of the modulation schemes increases. Therefore a theoretical approach is sometimes preferred. The BER for Gray coded QAM, for even number of bits per symbol, is shown below. Gray coding ensures that a symbol error results in a single bit error. The code for calculating the theoretical QAM BER for k even (even number of bits per symbol) […]

Read more

MIMO Capacity in a Fading Environment

The Shannon Capacity of a channel is the data rate that can be achieved over a given bandwidth (BW) and at a particular signal to noise ratio (SNR) with diminishing bit error rate (BER). This has been discussed in an earlier post for the case of SISO channel and additive white Gaussian noise (AWGN). For a MIMO fading channel the capacity with channel not known to the transmitter is given as (both sides have been normalized by the bandwidth [1]): Shannon Capacity of a MIMO Channel where NT is the number of transmit antennas, NR is the number of receive […]

Read more

CDMA vs OFDMA

Property CDMA OFDMA 1. Channel bandwidth Full system bandwidth Variable system bandwidth to accommodate users with different data rates, 1.25, 2.50, 5.00, 10.00, 15.00 and 20.00 MHz, actual transmission bandwidth is a bit lower than this 2. Frequency-selective scheduling Not possible A key advantage of OFDMA, although it requires accurate real-time feedback of channel conditions from receiver to transmitter 3. Symbol period Very short—inverse of the system bandwidth Very long—defined by subcarrier spacing and independent of system bandwidth 4. Equalization Complicated time domain equalization Simple frequency domain equalization 5. Resistance to mulitpath Rake receiver can combine various multipath components Highly resistant […]

Read more