if they are like i said .. if what i said is wrong .. what are the kind of transmitted data in each one of them?
question about qpsk and 8psk
조회 수: 1 (최근 30일)
이전 댓글 표시
why the transmitted data (the kind of data we deal with) in qpsk is complex data while the one we deal with in 8psk is real data??
채택된 답변
Walter Roberson
2013년 3월 2일
Neither qpsk nor 8psk transmit complex data. Both can, though, be represented using complex data, with qpsk being more natural to represent that way.
qpsk can be interpreted as two independent psk channels offset by 90 degrees, so if one wanted to describe the state of the system at any point, one could represent one of the channels as the real portion of a complex number, and represent the other channel as the imaginary portion of the complex number. But that does not mean that data is actually complex: it is just a notation. One could use a notation such as (1,0) or (1,-1) or 10 instead.
8psk can be interpreted as two independent qpsk channels offset by 45 degrees. That gives three components per state, and representation as complex becomes messier but is still possible.
See http://en.wikipedia.org/wiki/Phase-shift_keying#.CF.80_.2F4.E2.80.93QPSK (Pi/4 PSK is another name for 8psk) and http://www.digitalhome.ca/forum/showthread.php?t=67973
댓글 수: 6
Walter Roberson
2013년 3월 4일
Ah, yes, that sounds right. So it would be 1, 2, and 3 bits per cycle, respectively.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 QPSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!