How to convert dbm to watts

79 views (last 30 days)
Yashlin Naidoo
Yashlin Naidoo on 29 Apr 2018
Answered: Ameer Hamza on 29 Apr 2018
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.

Answers (1)

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

Categories

Find more on MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!