How to convert dbm to watts

Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.

Answers (1)

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

Products

Asked:

on 29 Apr 2018

Answered:

on 29 Apr 2018

Community Treasure Hunt

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

Start Hunting!