Time-frequency Automatic Gain Control (AGC)

Version 1.1.0.0 (387 KB) von Dan Ellis
Automatic Gain Control (AGC) attempts to maintain a constant energy level for an audio signal.
2,5K Downloads
Aktualisiert 13. Aug 2010

Lizenz anzeigen

This code implements automatic gain control for audio signals, which attempts to apply a smoothly-varying gain to an audio waveform in order to keep its energy close to some target level. This version also tries to balance the energy in individual frequency bands. It works by taking the short-time Fourier transform of the signal, smoothing that energy using time and frequency scales specified as arguments, then dividing out that scaled energy.

Zitieren als

Dan Ellis (2024). Time-frequency Automatic Gain Control (AGC) (https://www.mathworks.com/matlabcentral/fileexchange/28472-time-frequency-automatic-gain-control-agc), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Fixed typo in title: frequenc -> frequency

1.0.0.0