unit of bandpower output argument
4 ビュー (過去 30 日間)
古いコメントを表示
I calculated average band power using 'bandpower' function. From the output of 'bandpower', I compared the power in different signals. As the output argument is nonnegative scalar, what is this unit of power? This unit is dB? dB/Hz..? etc..??
0 件のコメント
回答 (2 件)
Star Strider
2017 年 2 月 21 日
It appears to be power, or power/frequency if you choose the 'psd' option. It does not do the dB conversion.
The result is non-negative because by definition power is non-negative.
0 件のコメント
AmyB
2018 年 4 月 11 日
Hi, I am also unclear on the units for the Bandpower function.
If you use the following: p = bandpower(x,fs,freqrange), so no specification of 'psd', does it still not do the dB conversion? The documentation on this function doesn't make it clear what units I should be reporting (W, W/Hz, dB/Hz, etc.)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Measurements and Feature Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!