搜索资源列表
mimo(blast)
- 供初学空时编码(vblast接收)的matlab仿真程序,是关于vblast接收中ML算法的简单的仿真-for novice space-time coding (vblast receiver) Matlab simulation program, on the ML vblast Receiving a simple algorithm simulation
MIMO23_ML_ZF
- MIMO 2*3系统ML和ZF检测的BER性能仿真-MIMO 2* 3 System ML and ZF detection BER performance simulation
MIMOwithMLequalization
- 2X2 MIMO系统使用ML(最大似然)接受。(验证可用)-2X2 MIMO system using the ML (maximum likelihood) to accept. (Verification can be used)
ber_2x2mimo_ML
- The results for 2×2 MIMO with Maximum Likelihood (ML) equalization helped us to achieve a performance closely matching the 1 transmit 2 receive antenna Maximal Ratio Combining (MRC) case.
ML_algorithm
- MIMO系统中进行信道估计的原始代码,Matlab格式。-code with matlab format for channel estimation in MIMO system
ml
- mimo系统ml算法的matlab仿真程勋-algorithm for mimo systems ml
5-files
- It contains 4 matlab codes for ZF,MMSE,ML equalizer for MIMO systems and 1 document based on linear detector for MIMO system
mimo_ML_detection_Matlab
- mimo ML detection using Matlab-mimo ML detection using Matlab
ML-equalization-in-MIMO
- 在平稳瑞利多径信道下,用BPSK调制,用matlab 仿真由最大似然译码的性能。-It discuss a receiver structure called Maximum Likelihood (ML) decoding which gives us a better performance. We will assume that the channel is a flat fading Rayleigh multipath channel and the modulation is BP
MIMO_ofdm
- 网上搜的关于MIMO-OFDM同步技术的文章和一个ML的MATLAB代码,希望对大家有用!-something about MIMO OFDM ,I wish can help you!
MIMO_Homework
- Matlab code to perform MIMO ZF, MMSE, VBLAST and ML Decoding
MIMO
- 在matlab的环境下,实现MIMO检测功能,包括最大似然检测(ML),最小均方误差(MMSE)检测和迫零(ZF)检测-In the matlab environment, to achieve MIMO detection, including maximum likelihood detection (ML), minimum mean square error (MMSE) detection and zero-forcing (ZF) detection
swwtr
- Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, MIMO OFDM matlab simulation, Matlab to achieve user-friendly.
MIMO_QAM_MATLAB
- 2x2,4x4MIMO的误码率性能仿真,比较了ML,ZF,MMSE,ZF-SIC,MMSE-SIC在4QAM和16QAM下的性能曲线(The BER performance of 2x2 and 4x4MIMO is simulated, and the performance curves of ML, ZF, MMSE, ZF-SIC, and MMSE-SIC under 4QAM and 16QAM are compared)
BER_perf_4QAM_2x2MIMO
- 2x2MIMO的误码率性能仿真,比较了ML,ZF,MMSE,ZF-SIC,MMSE-SIC在4QAM下的性能曲线(The BER performance of 2x2MIMO is simulated, and the performance curves of ML, ZF, MMSE, ZF-SIC, and MMSE-SIC under 4QAM are compared)
BER_perf_4QAM_4x4MIMO
- 4x4MIMO的误码率性能仿真,比较了ML,ZF,MMSE,ZF-SIC,MMSE-SIC在4QAM下的性能曲线(The BER performance of 4x4MIMO is simulated, and the performance curves of ML, ZF, MMSE, ZF-SIC, and MMSE-SIC under 4QAM are compared)
BER_perf_16QAM_2x2MIMO
- 2x2MIMO的误码率性能仿真,比较了ML,ZF,MMSE,ZF-SIC,MMSE-SIC在16QAM下的性能曲线(The BER performance of 2x2MIMO is simulated, and the performance curves of ML, ZF, MMSE, ZF-SIC, and MMSE-SIC under 16QAM are compared)
BER_perf_16QAM_4x4MIMO
- 4x4MIMO的误码率性能仿真,比较了ML,ZF,MMSE,ZF-SIC,MMSE-SIC在16QAM下的性能曲线(The BER performance of 4x4MIMO is simulated, and the performance curves of ML, ZF, MMSE, ZF-SIC, and MMSE-SIC under 16QAM are compared)
QPSK-ALL
- 简单的MIMO模拟 假定QPSK,ML解码(SM ZF检测器除外)。 mrc.m - 最大比例组合 stc.m - 具有1和2个接收天线的Alamouti空时分组码 bf.m - 特征波束形成 sm.m - 空间复用2x2(ML解码和次优逼迫) 简单的OFDM仿真 模拟保护带,用于信道估计的循环前缀前导码符号(Simple MIMO simulations Assumes QPSK, ML decoding (except SM ZF detector).
03-2x2MIMO系统的完整数据链仿真
- % Type of different detectors, parameters for Detector.m ML = 1; % Joint ML Detector JMMSE = 2; % Joint MMSE Detector ZF = 3; % Joint Zero-Forcing Detector % Type of different antenna selection criteria methods MBER = 1; MMI = 2; LAZY = 3; MNP = 4