Why is the relationship between Es/N0 and SNR different for complex and real signals
73 ビュー (過去 30 日間)
古いコメントを表示
I'm confused about some statements in the introduction of AWGN Channel. Here is the link AWGN Channel.
It says that
I wonder why there is a factor of 0.5 for real input signals.
Would you please give me some explanation or introduce me some textbooks that can help me figure out how to derive the equations above?
0 件のコメント
採用された回答
Kiran Felix Robert
2020 年 12 月 18 日
Hi Yaowei,
The Symbol rate of a complex input signal is higher when compared to that of a real input signal by a factor of 2.
To understand this, you can think of the complex space as C as being directly mapped to R2 Space. [(x, y) <=> x + i.y]
2 件のコメント
その他の回答 (1 件)
Andrew Reibold
2024 年 3 月 8 日
編集済み: Andrew Reibold
2024 年 3 月 8 日
Your explanation is quite accurate, and your understanding is correct. The factor of 0.5 in the formula for real input signals is related to how the SNR is specified in MATLAB's AWGN channel model.
In MATLAB, when you specify the SNR for a real signal in the AWGN channel model, it is assumed that the specified SNR corresponds to the power of a complex signal, not a real signal. Since the power of a complex signal is the sum of the powers of its real and imaginary components, for a real signal, you effectively have half the power in each of the real and imaginary parts.
To clarify, let's consider the power relation (Sorry I dont know how to make sub-letters, so I used underscore):
- For a complex signal S=S_i+j*S_q, where S_i and S_q are the real and imaginary parts, the power is ∣S∣^2 = ∣S_i∣^2+∣S_q∣^2∣.
- For a real signal S = S_i, the power is ∣S∣^2=∣S_i|^2 .
Now, if you want the SNR to be specified in terms of the power of the real signal (S_i), you need to adjust the SNR value accordingly. This adjustment involves halving the power, which corresponds to subtracting 3 dB. Hence, the factor of 0.5 in the formula for real input signals.
Your understanding and explanation are correct: if you want to specify an SNR of X dB for a real signal, you would need to set the SNR to X−3 dB in MATLAB's AWGN channel model.
As for textbooks, if you're looking for a comprehensive resource on digital communication systems, "Digital Communications" by John Proakis and Masoud Salehi is a widely used textbook that covers these concepts in detail. It provides a solid foundation in communication theory, including topics like modulation, coding, and noise in communication channels.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!