-
Notifications
You must be signed in to change notification settings - Fork 0
utils.DspUtils
Christian d'Heureuse edited this page Jun 6, 2026
·
1 revision
dsp-collection / utils/DspUtils
DSP utility functions.
| Interface | Description |
|---|---|
| AdjustSignalLevelOptions | Options for adjustSignalLevel. |
| Function | Description |
|---|---|
| adjustSignalLevel | Scales signal in place and optionally clips it. |
| convertAmplitudeToDb | Converts a linear amplitude value to decibels. |
| convertDbToAmplitude | Converts a decibel value to a linear amplitude. |
| convertDbToAmplitudeOr0 | Same as convertDbToAmplitude but with exceptions to generate 0 values. |
| convertDbToPower | Converts a decibel value to a linear power. |
| convertPowerToDb | Converts a linear power value to decibels. |