Modulation QPSK matlab application
1 回表示 (過去 30 日間)
古いコメントを表示
i want to do the QPSK modulation,and it does not work.here's the code:
qpskMod = comm.QPSKModulator('BitInput',true);
U = 2*round(rand(1,R*Nc))-1;
a=qpskMod(U)
thanks for advance
1 件のコメント
Geoff Hayes
2016 年 12 月 19 日
Please clarify what you mean by it does not work. If you are observing an error message, then copy and paste the full error message to this question.
回答 (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!