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.
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
回答(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!