How to plot frequency spectrum of QPSK signal?
7 次查看(过去 30 天)
显示 更早的评论
I'm trying to plot the frequency spectrum of a QPSK signal
binary_data = qammod(binary_data,4).*exp(1i*-pi/2);
Here, binary_data is my QPSK signal after I've used the 'quammod' function.
As you know, my binary_data consists of complex numbers. So how to plot its spectrum?
I used to plotting the signal which consists of real elements, not complex ones.
0 个评论
回答(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!