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?

답변 (2개)

Vieniava
Vieniava 2011년 3월 4일

0 개 추천

Try this:
plot(20*log(abs(fft(DSSS_time_domain_signal))))
Pritesh
Pritesh 2024년 3월 13일

0 개 추천

plot(20*log(abs(fft(DSSS_time_domain_signal))))

카테고리

도움말 센터File Exchange에서 Parametric Spectral Estimation에 대해 자세히 알아보기

태그

질문:

2011년 3월 1일

답변:

2024년 3월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by