maxlogMAP
MaxLogMAP is a simplified variant of the log-MAP algorithm used for soft-output decoding of convolutional codes, most notably in turbo decoding systems. It aims to reduce computational complexity by approximating the log-likelihood calculations with a maximum operation, instead of the exact log-sum-exp calculation.
In the standard log-MAP framework, forward and backward metrics (often denoted alpha and beta) are updated through
Variants of MaxLogMAP exist to improve robustness. The offset Max-Log-MAP adds a correction term or offset to
Applications and significance: MaxLogMAP is widely used in practical turbo decoders for communication standards that employ
See also: log-MAP algorithm, BCJR algorithm, turbo codes, soft-output decoding, max-star operator, offset max-log-MAP.