Limiter
Dynamic range limiter
Libraries:
Audio Toolbox /
Dynamic Range Control
Description
The Limiter block performs dynamic range limiting independently across each input channel. Dynamic range limiting suppresses the volume of loud sounds that cross a given threshold. The block uses specified attack and release times to achieve a smooth applied gain curve.
Examples
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
Algorithms
The Limiter block processes a signal frame by frame and element by element.
The N-point signal, x[n], is converted to decibels:
xdB[n] passes through the gain computer. The gain computer uses the static characteristic properties of the dynamic range limiter to brickwall gain that is above the threshold.
If you specified a soft knee, the gain computer has the following static characteristic:
where T is the threshold and W is the knee width.
If you specified a hard knee, the gain computer has the following static characteristic:
The computed gain, gc[n], is calculated as
gc[n] is smoothed using specified attack and release time parameters:
The attack time coefficient, αA , is calculated as
The release time coefficient, αR , is calculated as
TA is the attack time period, specified by the Attack time (s) parameter. TR is the release time period, specified by the Release time (s) parameter. Fs is the input sampling rate, specified by the Inherit sample rate from input or Input sample rate (Hz) parameter.
If the Make-up gain (dB) parameter is set to
Auto
, the make-up gain is calculated as the negative of the computed gain for a 0 dB input:Given a steady-state input of 0 dB, this configuration achieves a steady-state output of 0 dB. The make-up gain is determined by the Threshold (dB) and Knee width (dB) parameters. It does not depend on the input signal.
The make-up gain, M, is added to the smoothed gain, gs[n]:
The calculated gain in dB, gm[n], is translated to a linear domain:
The output of the dynamic range limiter is given as
References
[1] Giannoulis, Dimitrios, Michael Massberg, and Joshua D. Reiss. "Digital Dynamic Range Compressor Design –– A Tutorial And Analysis." Journal of Audio Engineering Society. Vol. 60, Issue 6, 2012, pp. 399–408.
Extended Capabilities
Version History
Introduced in R2016a