el.db2gain(db)
Equivalent to el.pow(10, el.mul(db, 1 / 20))
, where db
is the input value in Decibels.
The return value is a signal representing the equivalent linear gain (amplitude).
Equivalent to el.pow(10, el.mul(db, 1 / 20))
, where db
is the input value in Decibels.
The return value is a signal representing the equivalent linear gain (amplitude).