5G Data Rates and Shannon Capacity

Recently I came across a post from T-Mobile in which they claim to have achieved a download speed of 5.6 Gbps over a 100 MHz channel resulting in a Spectral Efficiency of more than 50 bps/Hz. This was achieved in an MU-MIMO configuration with eight connected devices having an aggregate of 16 parallel streams i.e. two parallel streams per device. The channel used for this experiment was the mid-band frequency of 2.5 GHz.

Read more

Shannon Capacity CDMA vs OFDMA

We have previously discussed Shannon Capacity of CDMA and OFMDA, here we will discuss it again in a bit more detail. Let us assume that we have 20 MHz bandwidth for both the systems which is divided amongst 20 users. For OFDMA we assume that each user gets 1 MHz bandwidth and there are no guard bands or pilot carriers. For CDMA we assume that each user utilizes full 20 MHz bandwidth. We can say that for OFDMA each user has a dedicated channel whereas for CDMA the channel is shared between 20 simultaneous users. We know that Shannon Capacity […]

Read more

Does Shannon Capacity Increase by Dividing a Frequency Band into Narrow Bins

Somebody recently asked me this question “Does Shannon Capacity Increase by Dividing a Frequency Band into Narrow Bins”. To be honest I was momentarily confused and thought that this may be the case since many of the modern Digital Communication Systems do use narrow frequency bins e.g. LTE. But on closer inspection I found that the Shannon Capacity does not change, in fact it remains exactly the same. Following is the reasoning for that. Shannon Capacity is calculated as: C=B*log2(1+SNR) or C=B*log2(1+P/(B*No)) Now if the bandwidth ‘B’ is divided into 10 equal blocks then the transmit power ‘P’ for each […]

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

Shannon Capacity of LTE (Ideal)

Shannon Capacity of LTE in AWGN can be calculated by using the Shannon Capacity formula: C=B*log2(1+SNR) or C=B*log2(1+P/(B*No)) The signal power P is set at -90dBm, the Noise Power Spectral Density No is set at 4.04e-21 W/Hz (-174dBm/Hz) and the bandwidth is varied from 1.25MHz to 20MHz. It is seen that the capacity increases from about 10Mbps to above 70Mbps as the bandwidth is varied from 1.25MHz to 20MHz (keeping the signal power constant). It must be noted that this is the capacity with a single transmit and single receive antenna (MIMO capacity would obviously be higher).  

Read more

Shannon Capacity of a GSM Channel in Fading Environment

In the previous post we calculated the Shannon Capacity of a 200kHz GSM channel in AWGN (Additive White Gaussian Noise). However, in a practical scenario the capacity is limited by time varying fading and interference. Let us consider a fading channel with four possible states corresponding to SNRs of 15dB, 10dB, 5dB and 0dB. The probability of these states is 0.50, 0.25, 0.15 and 0.10 respectively. The Shannon Capacity of such a channel is given as (assuming that the channel state information is known at the receiver): C=Σ B*log2(1+SNRi)* p(SNRi) C=B*(Σ log2(1+SNRi)* p(SNRi)) C=(200e3)*(log2(1+31.62)*0.50+log2(1+10.00)*0.25+log2(1+3.16)*0.15+log2(1+1)*0.10) C=757.43kbps Assuming that only one out […]

Read more

Shannon Capacity of a GSM Channel

We know that GSM bit rates can vary from a few kbps to a theoretical maximum of 171.2kbps (GPRS). But what is the actual capacity of a 200kHz GSM channel. We can use the Shannon Capacity Theorem to find this capacity. C=B*log2(1+SNR) or C=B*log2(1+P/N) The noise power can be found by using the following formula: N=B*No=k*T*B=(1.38e-23)*(293)*(200e3)=8.08e-16W=-121dBm Let us now assume a signal power 0f -90dBm. This gives us an SNR of 31dB or 1258.9 on linear scale. The capacity can thus be calculated as: C=200e3*log2(1+1258.9)=2.06Mbps This is the capacity if all time slots are allocated to a single user. If […]

Read more

WCDMA Capacity (Mbps)

The capacity of any wireless communication channel is given by the well known Shannon Capacity Theorem: C=B*log2(1+SNR) or C=B*log2(1+P/(NoB)) where C is the capacity of the channel in bits/sec, P in the noise power in Watts, No is the noise power spectral density in Watts/Hz and B is the channel bandwidth in Hz. It is obvious that the channel capacity increases with increase in signal power. However, the relationship with bandwidth is a bit complicated. The increase in bandwidth decreases the SNR (keeping the signal power and noise power spectral density same). Therefore the capacity does not increase linearly with […]

Read more

Bit Error Rate of BPSK

Modulation is the process by which a binary stream (zeros and ones) is converted to a format that is suitable for transmission over a wired or wireless channel that is prone to noise and interference as well as distortion. The most basic modulation scheme is BPSK or Binary Phase Shift Keying. It transmits the information in the phase of the signal which could be one of two values (0 degrees or 180 degrees). BPSK signal can be represented as (called the passband representation) s(t)=a(t)*cos(2*pi*f*t) where a(t) is a time varying parameter which can have one of two values (+1 or […]

Read more