The Shannon power efficiency limit is the limit of a band-limited system irrespective of modulation or coding scheme. It informs us the minimum required energy per bit required at the transmitter for reliable communication. It is also called unconstrained Shannon power efficiency Limit. If we select a particular modulation scheme or an encoding scheme, we calculate the constrained Shannon limit for that scheme.
Before proceeding, I urge you to go through the fundamentals of Shannon Capacity theorem in this article.
This article is part of the book |
Channel capacity and power efficiency
One of the objective of a communication system design is to reliably send information at the lowest possible power level. The system should be able to provide acceptable bit-error-rate (BER) performance at the lowest possible power level. Often, this performance is charted in terms of BER Vs.
From equations (1) and (2) shown in this post, the condition for reliable transmission through a channel is given by
Re-writing in terms of spectral efficiency
With this equation, we can calculate the minimum
k =0.1:0.001:15; EbN0=(2.ˆk-1)./k; semilogy(10*log10(EbN0),k); xlabel('E_b/N_o (dB)');ylabel('Spectral Efficiency (\eta)'); title('Channel Capacity & Power efficiency limit') hold on;grid on; xlim([-2 20]);ylim([0.1 10]); yL = get(gca,'YLim'); line([-1.59 -1.59],yL,'Color','r','LineStyle','--');
The ultimate Shannon limit
From the plot in Fig. 1, we notice that the Shannon limit on
The ultimate Shannon limit can be derived using L’Hospital’s rule as follows. The asymptotic value,
Let
Thus, the next step boils down to finding the first derivative of
Let
Since
Using equations (8) and (9), and applying L’Hospital’s rule, the Shannon’s limit on
Unconstrained and constrained Shannon limit
The absolute Shannon power efficiency limit is the limit of a band-limited system irrespective of modulation or coding scheme. This is also called unconstrained Shannon power efficiency Limit. If we select a particular modulation scheme or an encoding scheme, we calculate the constrained Shannon limit for that scheme.
Shannon power efficiency limit does not depend on error probability. Shannon limit tells us the minimum possible
As an example, let’s evaluate the performance of a 2-PAM (Pulse Amplitude Modulation) system and determine the maximum possible coding gain that can be achieved by the most advanced coding scheme. The methodology for simulating the performance of a 2-PAM system is described in chapter 5 and 6. Using this methodology, the performance of a 2-PAM system is simulated and plotted in Figure 2. The absolute Shannon power efficiency limits when the spectral efficiency is
The spectral efficiency of an ideal 2-PAM system is
If there is no limit on the spectral efficiency, then we can let
Rate this article: Note: There is a rating embedded within this post, please visit this post to rate it.
References
Related topics in this chapter
Introduction ● Shannon’s noisy channel coding theorem ● Unconstrained capacity for bandlimited AWGN channel ● Shannon’s limit on spectral efficiency ● Shannon’s limit on power efficiency ● Generic capacity equation for discrete memoryless channel (DMC) □ Capacity over binary symmetric channel (BSC) □ Capacity over binary erasure channel (BEC) ● Constrained capacity of discrete input continuous output memoryless AWGN channel ● Ergodic capacity over a fading channel |
---|
Books by the author
Wireless Communication Systems in Matlab Second Edition(PDF) Note: There is a rating embedded within this post, please visit this post to rate it. | Digital Modulations using Python (PDF ebook) Note: There is a rating embedded within this post, please visit this post to rate it. | Digital Modulations using Matlab (PDF ebook) Note: There is a rating embedded within this post, please visit this post to rate it. |
Hand-picked Best books on Communication Engineering Best books on Signal Processing |