how to use matlab to convert some value into dB and vise versa

Antworten (2)

Sunil Kumar Yadav
Sunil Kumar Yadav am 28 Apr. 2014

0 Stimmen

Amina use --->log10 command
Common (base 10) logarithm
so your expression become
A = 10*log10(K)

1 Kommentar

use "log" for natural log and "log10" for log to the base 10 .Taking antilog of natural log use "exp(value)" and for antilog of base to 10 use 10.^value
log(2)
ans = 0.6931
exp(ans)
ans = 2
log10(pi)
ans = 0.4971
10.^ans
ans = 3.1416

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 28 Apr. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by