How to convert dbm to watts
조회 수: 59 (최근 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!