Wiki

The most recent version of this page is a draft.DiffThis version is outdated by a newer approved version.DiffThis version (10 Feb 2021 13:05) was approved by Sanjeeva Reddy.

This is an old revision of the document!


Click here to return to the Dynamic Processors page

Peak Compressor



Description

The Peak Compressor block computes the peak level of the input signal, if peak of the signal is more than the threshold level, signal level immediately changes to new peak level and if the peak level is below the threshold level, it slowly reaches the new peak level by accounting to the hold and decay time.

Targets Supported

NameADSP-214xx(Sample)ADSP-214xx(Block)ADSP-215xx/ADSP-SC5xx(Sample)ADSP-215xx/ADSP-SC5xx(Block)
Peak Compressor Yes YesYes Yes


Pins

Input

NameTypeDescription
Input1AudioInput channel1

Output

NameTypeDescription
Output1AudioOutput channel1


Configurable Parameters

GUI Parameter NameDefault ValueRangeFunction Description
Hold0 ms0 to 2000 msControls the time (in ms) the compressor maintains its current output gain setting before it starts decreasing as the input level decrease.
Decay 10 dB/s 0 to 10000 dB/sControls the rate at which the compressor gain decreases in response to decrease in the input signal level, e.g. the “Release” time.
SoftKneeFalseTrue/FalseSoft-knee lets the compressor ease into action, making a less-abrupt change from unprocessed signal to compressed signal. If it is not activated, the default is hard-knee behavior, in which compression rate reduces or increases abruptly with the threshold level
TableAll values are 1 by default-Table values are the output to input gain level points
IsDBpsTrueTrue/False Enable /Disable the Control Decay to be either in dB or linear scale
NumChannels11 to 20Number of input and/or output channels. Change in this value requires re-compilation


DSP Parameters

Parameter NameDescriptionADSP-214xx/SC5xx/215xx
HoldHold valueFloat
DecayDecay valueFloat
TableTable values Float


DSP Parameter Computation

Decay = (20000/Decay)/(FS + 0.0000001) (When Decay is in dBps) or Decay/(FS + 0.0000001) (When Decay is in linear) Hold = FS * Hold/1000
Where FS is the sampling rate

resources/tools-software/sigmastudiov2/modules/dynamicsprocessors/peakcompressor.1610704758.txt.gz · Last modified: 15 Jan 2021 10:59 by Nikhin Shetty