-
LMS_RLS_sim
功能描述:测试LMS与RLS算法,比较两种算法的收敛特性
文件名:LMS_RLS_sim.m
测试用例:
x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声
文件输出:系数a1的值
调用函数:function [A] = LMS_Algo(M,N,mu,xn)
被调用:无
作者:mingcheng
编写时间:2009-10-13
修改时间:2009-10-13
版本:V1.0 ( Function Description: Test LMS and RLS algorithm, the convergence characteristics were compared file name: LMS_RLS_sim.m test case: x (n)+ a1* x (n-1)+ a2* x (n-2) = e (n), a1 =- 1.6, a2 = 0.81, e (n) is Gaussian white noise file output: the value of coefficient a1 call the function: function [A] = LMS_Algo (M, N, mu, xn) is called: No of: mingcheng write time :2009-10-13 modified :2009-10-13 version: V1.0 )
- 2010-07-11 12:15:54下载
- 积分:1
-
MUSIC
MUSIC 侧向仿真 MATLAB 仿真 (MATLAB simulation of the lateral simulation MUSIC)
- 2009-07-10 10:37:49下载
- 积分:1
-
zuoye
k均值进行聚类分析,把二维模式矢量分成三、四类,用SOFM算法(K-means clustering analysis, the two-dimensional pattern vector is divided into three or four classes, using SOFM algorithm)
- 2015-03-16 18:35:26下载
- 积分:1
-
eee
遗传算法优化bp神经网络,采用的是实数编码方式。(Genetic algorithm optimization bp neural network, using real number encoding.)
- 2014-02-19 15:08:29下载
- 积分:1
-
ACMisgood
利用矩阵乘法解决的经典例题
或许对您的编程思维受益匪浅(Using matrix multiplication to solve the classic example of thinking may benefit your program)
- 2010-08-07 21:28:21下载
- 积分:1
-
track
matlab tracking source code to track a moving object on the scene by using centroid and rectangle method
- 2009-04-12 08:23:28下载
- 积分:1
-
5
说明: this module shows how well the various wavelet filters perform in practice
- 2009-10-24 17:32:25下载
- 积分:1
-
kalman_byron
Filtro de Kalman, detection and estimation theory
- 2011-05-13 03:51:12下载
- 积分:1
-
matlab_dipum
dip_using matlab书里的m文件,都很有价值,希望对大家有用(dip_using matlab book m-file, are valuable)
- 2009-11-09 21:30:03下载
- 积分:1
-
3
说明: MATLAB图像处理源程序3:程序代码说明
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运用5种不同的梯度增强法进行图像锐化
P0310:图像的高通滤波和掩模处理
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理
P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理(MATLAB image processing source code 3: Procedure Code Description P0301: digital image data matrix display and Fourier Transform P0302: two-dimensional discrete cosine transform image compression P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization P0305: Simulation images by white Gaussian noise and Impulse noise impact P0306: 2D median filtering of function medfilt2 on the Salt and Pepper noise image filtering P0307: MATLAB functions filter2 mean filtering the noise in the image P0308: Image Adaptive Filter Weiner P0309: use five different gradient Enhancement Act for image sharpening P0310: the image of the high-pass filtering and mask handling P0311: use Butterworth (Butterworth) low-pass filter on the noise in the image smoothed P0312: use Butterworth (Butterworth) high-pass filter for image sharpening)
- 2013-05-20 23:53:01下载
- 积分:1