How to convert dbm to watts
46 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.
0 Commenti
Risposte (1)
Ameer Hamza
il 29 Apr 2018
Wikipedia specifies the conversion formula. You can implement it in Matlab
watts = 10^((dbm-30)/10)
0 Commenti
Vedere anche
Categorie
Scopri di più su Mathematics and Optimization in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!