Maximum a-posteriori probability (MAP) decoder.
Decodes a stream of convolutionally encoded (rate 1/2) bits using the MAP algorithm.
Parameters : | sys_symbols : 1D ndarray
non_sys_symbols : 1D ndarray
trellis : Trellis object
noise_variance : float
L_int : 1D ndarray
mode : str{‘decode’, ‘compute’}, optional
|
---|---|
Returns : | [L_ext, decoded_bits] : list of two 1D ndarrays
|