db2pow

Decibels to linear conversion.

Namespace: dsp

Prototype

auto db2pow(const T &x)

Parameters

xValue in dB

Returns

Value in linear units: \[ y = 10^{x/10} \]

Description

See also

pow2db()