Turbo Decoding Implementation with MAP, LOG-MAP, and MAX-LOG-MAP Algorithms
1. The program implements three Turbo decoding algorithms: MAP, LOG-MAP, and MAX-LOG-MAP 2. Four MAT files starting with "xxx" contain pre-computed parameters for four given Turbo codes to accelerate decoding speed 3. Supports both 1/2 and 1/3 code rate Turbo codes, where 1/2 rate is obtained through puncturing matrix [1 0; 0 1] 4. Program includes SNR table configuration for Eb/N0 calculations