How to convert dbm to watts
59 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Good day
I want to convert PT=47dbm to watts,how can i do that conversion on matlab.
0 comentarios
Respuestas (1)
Ameer Hamza
el 29 de Abr. de 2018
Wikipedia specifies the conversion formula. You can implement it in Matlab
watts = 10^((dbm-30)/10)
0 comentarios
Ver también
Categorías
Más información sobre Mathematics and Optimization en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!