搜索资源列表
bp-matlab
- BP神经网络算法的matlab代码,本程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。希望有用-BP neural network algorithm Matlab code, the procedures under the trained network file ANN.mat anticipating new data files, be mean square error, paint and forecast data and t
基于LMS(最小均方误差算法)的自适应滤波的源程序
- 基于LMS(最小均方误差算法)的自适应滤波的源程序,基于matlab-based on the LMS (minimum mean square error algorithm) adaptive filtering of the source, based on Matlab
最小均方误差算法
- 这是智能天线的最小均方误差算法程序,非常好用,使在matlab中实现的。
mmse.rar
- 解相关及最小均方误差和传统多用户检测器的比较,Decorrelating and MMSE and traditional multi-user detector comparison
MMSE_BLE.rar
- TD-SCDMA系统中的联合检测算法中的最小均方误差线性块均衡器(MMSE一BLE)算法的MATLAB程序 ,TD-SCDMA system, the joint detection algorithm in the minimum mean square error block linear equalizer (MMSE a BLE) program MATLAB algorithm
LMS.rar
- 用于计算最小均方误差的代码,包含了归一化的uniform函数,Used to calculate the minimum mean square error of the code, including the normalization of the uniform function
8
- 8单径瑞利信道中的四发四收V-BLAST: (1) 请设计一种具体的导引辅助的信道估计方法,用Simulink进行仿真,测量16QPSK调制时的误码率性能。画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线。 (2) 计算所设计方案的频谱效率是多少,单位为bit/Hz/s。-8 Single-Path Rayleigh Channel Four received four V-BLAST: (1) Please design a specific guide-a
MMSE
- 最小均方误差估计(MMSE)语音增强算法,算法简单有效,无残余音乐噪声-Minimum mean square error estimation (MMSE) speech enhancement algorithm is simple and effective, non-residual musical noise
mmse
- 最小均方误差(MMSE)的算法用MATLAB的仿真-mmse
TDLMS
- 图像处理中应用非常广泛的二维最小均方误差算法(TDLMS)。绝对好用!-Image Processing is widely used two-dimensional MMSE algorithm (TDLMS). Absolute ease of use!
2008_5
- 在三条径的瑞利信道中,对于直接序列扩频: (1) 请设计DS-CDMA一种具体的码分导引辅助的信道估计方法,接收机分别采用等均益合并、最大比合并。用Simulink进行仿真,测量BPSK的误码率性能,画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线,请解释在误码率为0.01时,两种合并方式所表现的不同的物理意义。 (2) 设频率已经同步,请设计DS-CDMA一种具体的单停顿滑动相关时间同步方法,用Simulink进行仿真(自己编写代码S-Function
MATLAB_Programming_LMS_Adaptive_Equalizer
- 一个MATLAB程序,用以实现基于最小均方误差算法的自适应均衡器,通常可以直接应用在数字通信系统中-A MATLAB program used to implement an LMS adaptive equalizer which can be directly applied in the digital communication systems
SNR_and_MSE
- mmse与snr的算法仿真,最小均方误差和最大信噪比,获得自适应算法的最优权,实现抗干扰-mmse snr algorithm and simulation, the minimum mean square error and maximum signal to noise ratio, the right of access to optimal adaptive algorithm to achieve anti-jamming
MATLAB
- 本程序用以仿真块状导频时不同信噪比条件下的误码率和均方误差,信道估计采用最小二乘法和改进的最小二乘法。 -The pilot program for the simulation block different SNR when the bit error rate and mean square error channel estimation using the least square method and the improved least square method.
lms
- 本程序可用于实现最小均方误差算法-LMS algorithm
LMS-RLSAdaptiveFilter
- 数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。-Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affect
pinpuguji
- 信号频率估计均方误差图,以克拉美洛界(CRB)界做对比分析MATLAB实用程序(Signal Frequency Estimation Mean Square Error Graph to Combine the Kramer (CRB) Sector to Make a Comparative Analysis MATLAB Utility)
BPSK通信系统均衡器仿真试验
- 报告第二部分给出了均衡器结构以及迫零均衡器和最小均方误差均衡器理论推导,第三部分 给出了均衡器的 Matlab 仿真;第四部分给出了两种均衡器的仿真结果及对比;附录给出了两种 均衡器的 Matlab 程序,总的程序,以及托普利兹矩阵与卷积作比较和自相关的计算。(The second part of the report gives the theoretical derivation of the equalizer structure and the zero-forcing equalize
LMS_estimation
- MATLAB对带噪声的信号进行最小均方误差估计,得到去噪声的信号。(MATLAB is used to estimate the minimum mean square error of the signal with noise, and the noise is obtained.)
均方误差MSE和峰值信噪比PSNR
- 利用MATLAB语言对图像进行处理,计算其均方误差MSE和峰值信噪比PSNR。