How to find occupied bandwidth
Afficher commentaires plus anciens
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 commentaires
Star Strider
le 29 Juin 2016
How did you calculate ‘powerSpectrum’ and ‘freq’?
kauerbach
le 29 Juin 2016
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Spectral Estimation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!