How to find occupied bandwidth
古いコメントを表示
Greetings,
I am trying to estimate the occupied bandwidth of the measured signal. After post-processing, I arrived to the spectrum estimate "powerSpectrum.mat" and frequencies "freq.mat" (both files are attached).
load powerSpectrum.mat powerSpectrum
load freq.mat freq
figure
obw(powerSpectrum,freq);
The returned occupied bandwidth does not quite make sense to me. Is there anything that I did not do? or did wrong?
I would appreciate your help.
2 件のコメント
Star Strider
2016 年 6 月 29 日
How did you calculate ‘powerSpectrum’ and ‘freq’?
kauerbach
2016 年 6 月 29 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Spectral Measurements についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!