unit of bandpower output argument
9 次查看(过去 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!