How to plot frequency spectrum of QPSK signal?

11 visualizaciones (últimos 30 días)
Oai Vu
Oai Vu el 9 de Jul. de 2020
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)

Community Treasure Hunt

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

Start Hunting!

Translated by