Borrar filtros
Borrar filtros

DSSS Plotting

1 visualización (últimos 30 días)
Tiisetso Ntlatleng
Tiisetso Ntlatleng el 1 de Mzo. de 2011
Respondida: Pritesh el 13 de Mzo. de 2024
I have a QPSK signal (amplitude samples) that I've spread using DSSS. The PSD of the DSSS spread signal should be spread in frequency and the power should go down. When I plot the frequency response of the DSSS signal, it looks spread but has not attenuated. I use the function {plot (20*log(fft(DSSS_time_domain_signal)))} to plot the DSSS frequency version of the signal. Is there something Im not considering when plotting?

Respuestas (2)

Vieniava
Vieniava el 4 de Mzo. de 2011
Try this:
plot(20*log(abs(fft(DSSS_time_domain_signal))))

Pritesh
Pritesh el 13 de Mzo. de 2024
plot(20*log(abs(fft(DSSS_time_domain_signal))))

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by