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://kr.mathworks.com/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