Borrar filtros
Borrar filtros

how do i write 20logbase10 in matlab

17 visualizaciones (últimos 30 días)
seshi reddy
seshi reddy el 8 de Jul. de 2014
Comentada: seshi reddy el 8 de Jul. de 2014
log function in matlab

Respuesta aceptada

Star Strider
Star Strider el 8 de Jul. de 2014
You just did — almost.
x = 0.5;
dB = 20*log10(x);
produces:
dB =
-6.0206e+000
  8 comentarios
Star Strider
Star Strider el 8 de Jul. de 2014
My pleasure!
You should have gotten the same result in your script as with the Command Window if you entered the same commands, unless you somehow implicitly converted a1 to double before you issued your Command Window call to log10. That’s the only way I can explain it.
No questions are stupid questions. No worries.
seshi reddy
seshi reddy el 8 de Jul. de 2014
yeah got it thank you so much

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Signal Generation, Manipulation, and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by