This example is test different equalization type use BSPK I want change to 16 QAM and 64 QAM test I try but is difficult http://www.mathworks.com/help/comm/ug/equalize-a-bspk-signal.html

답변 (1개)

John BG
John BG 2016년 5월 20일

1 개 추천

if you want the square constellation, 64 symbols in a 8x8 IQ square, then
in second line change
pskmod(moddata,M)
for
qammod(moddata,M)
if you want a crown of symbols all same distance, then you can keep pskmod, but specify the phase distance between adjacent constellation symbols
modData=pskmod(moddata,M,pi/M)
If you find this answer of any help solving your question,
please click on the thumbs-up vote link,
thanks in advance
John

카테고리

도움말 센터File Exchange에서 Test and Measurement에 대해 자세히 알아보기

질문:

2016년 5월 12일

답변:

2016년 5월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by