db
Decibel scale (10 × log₁₀).
Syntax
Section titled “Syntax”Y = db(X)Description
Section titled “Description”Returns 10 * log10(X) — the power-ratio dB conversion. Use db20 for amplitude-ratio dB.
Examples
Section titled “Examples”db(100) % 20db(1) % 0