最大似然 Resources

Showing items tagged with "最大似然"

Layered space-time codes employ three widely-used detection algorithms: Maximum Likelihood (ML) detection, Zero Forcing (ZF) detection, and Minimum Mean Squared Error (MMSE) detection. Each algorithm involves distinct computational approaches, including exhaustive search techniques, matrix inversion operations, and statistical noise compensation methods.

MATLAB 207 views Tagged

A Word document analyzes the theoretical principles and simulation results of sphere decoding. The document presents two main implementations: 1) sphereandML as the main program, which achieves performance close to Maximum Likelihood (ML) detection by calling spheredecode and spheredecodeinf subroutines; 2) main_spheretoML as the main program, which achieves full Maximum Likelihood (NL) detection performance by calling spheredecodetoML and spheredecodeinftoML subroutines.

MATLAB 223 views Tagged