Automatic Gain Control

Automatic Gain Control (AGC) algorithm is used to automatically adjust the speech level of an audio
12,7K download
Aggiornato 1 giu 2006

Nessuna licenza

Automatic Gain Control (AGC) algorithm is used to automatically adjust the speech level of an audio signal.for matlab input and output signal range from -1 to +1 (Version 1.1 for mono and stereo input)and in floating point C code (only for mono)input and output values are in range from -32768 to +32767 (i.e. 16bit which is normally used for the speech processing). this algorithm is autometically adjust the output power of the signal at required level.

Cita come

Jaydeep Dhole (2026). Automatic Gain Control (https://it.mathworks.com/matlabcentral/fileexchange/11202-automatic-gain-control), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Audio Processing Algorithm Design in Help Center e MATLAB Answers
Versione Pubblicato Note della release
1.0.0.0

Enhancements : the AGC.m file has been modifyed for both mono and stereo input signal ,added data2.mat file for stereo input testing. (previously AGC.m was just for mono input signal)