index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
61
/
DEPENDENCIES
/
gain_in_decibel_power.sci
blob: 7e229817c73ac96c394c1144fbc06de6b9587883 (
plain
)
1
2
3
function A_p_dB=gain_in_decibel_power(A_p) A_p_dB=10*log10(A_p) endfunction