How to convert dbm to watts
52 ビュー (過去 30 日間)
古いコメントを表示
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.
0 件のコメント
回答 (1 件)
Ameer Hamza
2018 年 4 月 29 日
Wikipedia specifies the conversion formula. You can implement it in Matlab
watts = 10^((dbm-30)/10)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Mathematics and Optimization についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!