How to convert dbm to watts
43 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.
0 commentaires
Réponses (1)
Ameer Hamza
le 29 Avr 2018
Wikipedia specifies the conversion formula. You can implement it in Matlab
watts = 10^((dbm-30)/10)
0 commentaires
Voir également
Catégories
En savoir plus sur Mathematics and Optimization dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!