Time-frequency Automatic Gain Control (AGC)

Automatic Gain Control (AGC) attempts to maintain a constant energy level for an audio signal.

您现在正在关注此提交

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.

引用格式

Dan Ellis (2026). Time-frequency Automatic Gain Control (AGC) (https://ww2.mathworks.cn/matlabcentral/fileexchange/28472-time-frequency-automatic-gain-control-agc), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Audio Processing Algorithm Design 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Fixed typo in title: frequenc -> frequency

1.0.0.0