Description Usage Arguments Details Value Note Author(s) Examples
This function adapts the RMS power level of the signal to the specified dB level.
1 | AdaptLevel(inSignal, indB)
|
inSignal |
a numeric vector representing the input signal. |
indB |
an scalar inicating the wanted level (0 is maximum level without clipping, -20 is reasonable). |
The reference value of 0 dB is the level of a square wave with amplitude 1. Thus, a sine wave with amplitude 1 yields -3.01 dB.
A numeric vector representing the adapted input signal.
The multi-channel version of AdaptLevel
is deprecated and only it is available in IPEM Toolbox
(Matlab).
Marc Vidal (R
version). Based on the original code from Marc Leman and Koen Tanghe.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.