db2pow
Convert a gain in decibels (dB) to power.
📝 Syntax
pow = db2pow(db)
📥 Input argument
db - input array: scalar, vector or matrix.
📤 Output argument
pow - corresponding power
📄 Description
pow = db2pow(db) returns corresponding power.
💡 Example
pow = db2pow([0, -20])🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?