Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

pow2db.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET