检测算法 Resources

Showing items tagged with "检测算法"

This program simulates V-BLAST systems and their detection algorithms, supporting BPSK, QPSK, 16QAM, and 64QAM modulation schemes. The implemented detection algorithms include ML (Maximum Likelihood), MMSE (Minimum Mean Square Error), ZF (Zero Forcing), and SIC-ZF (Successive Interference Cancellation with Zero Forcing). The code structure modularizes key components such as modulation mapping, channel matrix generation, and detection modules for flexible performance comparison.

MATLAB 242 views Tagged

This program simulates V-BLAST systems with multiple detection algorithms, supporting BPSK, QPSK, 16QAM, and 64QAM modulation schemes. The implemented detection methods include Maximum Likelihood (ML), Minimum Mean Square Error (MMSE), Zero-Forcing (ZF), and Zero-Forcing Successive Interference Cancellation (ZF-SIC) algorithms.

MATLAB 211 views Tagged

A commonly used space division multiplexing MIMO system featuring V-BLAST architecture with various detection algorithms: Maximum Likelihood (ML), Minimum Mean Square Error (MMSE), Zero Forcing (ZF), and Zero Forcing with Successive Interference Cancellation (ZF-SIC) detection algorithm

MATLAB 270 views Tagged

This MIMO-OFDM system simulation implements a 2x2 transceiver configuration with 64 OFDM subcarriers, utilizing iterative detection algorithms for MIMO processing. The simulation provides insights into MIMO-OFDM system operations and iterative receiver principles, with code implementation covering channel modeling, signal processing chains, and algorithm convergence analysis.

MATLAB 238 views Tagged