搜索资源列表
MMSE
- 最小均方误差估计(MMSE)语音增强算法,算法简单有效,无残余音乐噪声-Minimum mean square error estimation (MMSE) speech enhancement algorithm is simple and effective, non-residual musical noise
MMSE-MUD
- 改算法描述了基于最小均方误差的多用户信号检测-MMSE,MUD,CDMA
ofdm_sim
- OFDM系统中ZF均衡和MMSE均衡算法源码-OFDM system ZF equalization and MMSE equalization algorithm source code
ofdm
- 基于导频的ofdm信道估计ls 和mmse算法 -Pilot-based channel estimation of ofdm and mmse algorithm ls
mud-ber
- 比较多用户信号检测各个算法的误码率,如最小均方、最大似然等-MUD,ML,MMSE
ofdm_channel
- OFDM简单链路,包含信道估计和信道均衡,算法包括LS和MMSE-OFDM simple links, including channel estimation and channel equalization, algorithms, including the LS and MMSE
V-BLASTSystem
- 本程序是对V-BLAST系统及其检测算法的仿真,可采用BPSK,QPSK,16QAM,64QAM调制。检测算法为ML,MMSE,ZF,以及采用迫零的连续干扰消除检测算法。-This program is a V-BLAST system and its detection algorithm of the simulation, can be used BPSK, QPSK, 16QAM, 64QAM modulation. Detection algorithm for the ML, MMS
MMSE
- 最小均方误差自适应格型块处理迭代算法 预测AR模型系数-Minimum mean square error iterative adaptive lattice block processing algorithm Predict the AR model coefficients
LS-versus-MMSE
- 这是基于MIMO-OFDM的同步算法研究的源程序。本程序采用的极大似然估计的方法。-This is based on MIMO-OFDM synchronization algorithm source code. The program uses the method of maximum likelihood estimates.
Boll
- 改进boll谱减法,语音增强效果有提高。与MMSE算法不相上下-Improved the boll spectral subtraction speech enhancement effect has been improved. Comparable with the MMSE algorithm
TWO_upsample_fre_equa
- 两倍过采样的频域均衡器,采用MMSE算法最小化均方误差-two upsample frequency decision feedback equaliter,with MMSE criterion
MMSE
- 基于V-BLAST 的MMSE 信道估计算法 MIMO-The MMSE channel estimation algorithm based on V- BLAST MIMO
log_spec_super_gaussV1_1
- 对数谱MMSE算法与谱减法的比较 可以加深对各种语音增强算法的优劣性的理解,便于学习-MMSE algorithm to compare the number of spectral subtraction spectrum
ITPP-MMSE-4_4-4QAM
- 基于IT++的MIMO下行链路线性最小均方误差(MMSE)均衡检测算法采用4QAM调制-MIMO linear minimum mean square error (MMSE) equalization detection algorithm based IT++ using 4QAM modulation
P_MMSE
- 为了解决MIMO中的码间串扰问题,采用改进的MMSE算法惊醒均衡。结果显示为采用均衡算法与为采用均衡算法,误码率随着信噪比增加而增加的图像。-In order to solve the inter-symbol interference in MIMO problem, an improved MMSE equalization algorithm awakened. The results show that the algorithm for the introduction of a ba
wireless communication
- MIMO通信,VBlast串行干扰抵消,结合ZF算法和MMSE算法,比较其性能。MIMO通信 串行干扰抵消(MOMO communication, serial interference cancellation)
Fekng
- 采用LS 和MMSE算法对OFDM系统进行信道估计,很不错(Using LS and MMSE algorithm for channel estimation, the OFDM system is very good)
MMSE
- 利用MMSE检测算法对QPSK调制信号进行检测(Detection of QPSK modulation signal by MMSE detection algorithm)
demo(1)
- MIMO系统预编码仿真,使用ZF、MMSE、SLNR、BD算法调试成功。(MIMO system precoding simulation, using ZF, MMSE, SLNR, BD algorithm debugging successfully.)
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