DSSS Plotting

4 ビュー (過去 30 日間)
Tiisetso Ntlatleng
Tiisetso Ntlatleng 2011 年 3 月 1 日
回答済み: Pritesh 2024 年 3 月 13 日
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 日
Try this:
plot(20*log(abs(fft(DSSS_time_domain_signal))))

Pritesh
Pritesh 2024 年 3 月 13 日
plot(20*log(abs(fft(DSSS_time_domain_signal))))

カテゴリ

Help Center および File ExchangeEnvironment and Clutter についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by