MAP算法 Resources

Showing items tagged with "MAP算法"

This MATLAB program implements the Maximum A Posteriori (MAP) algorithm with comprehensive communication system components including convolutional encoding/decoding, BPSK modulation, and AWGN channel simulation. The code also generates performance analysis through Bit Error Rate (BER) versus Signal-to-Noise Ratio (SNR) plots.

MATLAB 267 views Tagged

MATLAB source code for BCJR decoding algorithm with detailed annotations, suitable for learning MAP algorithm implementation. The code includes comprehensive comments demonstrating forward-backward probability calculations, branch metric computations, and log-likelihood ratio derivations.

MATLAB 356 views Tagged