How to convert dbm to watts
59 views (last 30 days)
Show older comments
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.
0 Comments
Answers (1)
Ameer Hamza
on 29 Apr 2018
Wikipedia specifies the conversion formula. You can implement it in Matlab
watts = 10^((dbm-30)/10)
0 Comments
See Also
Categories
Find more on Mathematics and Optimization 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!