Why is the relationship between Es/N0 and SNR different for complex and real signals
조회 수: 78 (최근 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!