Igor B. Morozov, 9/95; modified 5/00, 11/00. Well-log functionality added: 07/08
Automatic Gain Control
The module applies sliding window to the data and calculates one of the specified data amplitude norms (RMS, L1, or VariMax) within the window. The specified sample (usually - at the middle of the window!) is then divided by this norm.
VARIMAX norm measures the spikiness of the distribution of trace samples within the window and produces values typically within the range [1..2]. This option is typically used for time series analysis and not for trace normalization.
Similarly, FREQ is a measure used for trace attribute extraction. FREQ generates a norm equal to the number of zero crossiings per millisecond (or current trace time unit).
AGC allows variable-length windows shifted relative to the sample being normalized.
| *call | AGC | WINDOW START END OUTPUT MODE TSHIFT | |
WINDOW |
Length of sliding AGC window (ms). This is the length of the window at the beginning of the time range (see START) below). If a window changing over time is needed, use list WINEND. |
|
START |
Beginning of the AGC window (ms) |
|
END |
End of of the AGC window (ms) |
|
OUTPUT |
Type of output: the calculated trace scalar or amplitude-normalized data. If BOTH is set, an additional component is added in the trace and the gain levels are written into it. |
|
MODE |
Type of the norm (amplitude measure) employed. |
|
TSHIFT |
Shift of the window relative to the sample to which the normalization is applied. Value of 0 corresponds to the case when the sample is normalized by the time window after it, 1 -- to the normalization using the time window before the sample. The usual choice is 0.5 -- time window centered around the sample. |
|