How to plot frequency spectrum of QPSK signal?

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.

Respuestas (0)

Preguntada:

el 9 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by