How to convert dbm to watts

18 次查看(过去 30 天)
Yashlin Naidoo
Yashlin Naidoo 2018-4-29
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.

回答(1 个)

Ameer Hamza
Ameer Hamza 2018-4-29
Wikipedia specifies the conversion formula. You can implement it in Matlab
watts = 10^((dbm-30)/10)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by