登录
首页 » matlab » rels_riv_rls

rels_riv_rls

于 2008-01-22 发布 文件大小:3KB
0 96
下载积分: 1 下载次数: 196

代码说明:

  本人用matlab编写的rels(最小二乘法),rls(递推增广最小二乘法),riv(辅助变量法递推算法)的程序,都是2阶的,稍改动就可以变成其它阶次(I use matlab prepared rels (least squares), rls (augmented recursive least squares method), riv (auxiliary variable method recursive algorithm) procedure, are 2 bands, a little change can be turned into other order)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • qq
    说明:  基于背景差分法和帧间差分法的目标跟踪 应用了二维滤波,效果较好-(Application of a two-dimensional filtering, target tracking based on background subtraction and interframe difference method better)
    2012-03-24 21:18:50下载
    积分:1
  • Chapter-10the-nonlinear-equations
    第10章 非线性方程组求解.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。(Chapter 10 of the nonlinear equations)
    2012-03-27 10:58:06下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • matlab--location--code
    很好的关于matlab无线定位的程序,对于初学者还是很有用的(Very good on matlab wireless positioning procedures, very useful for beginners)
    2014-01-08 17:21:25下载
    积分:1
  • imagesegment
    说明:  实现图像的分割。改程序是在matlab环境下运行的,程序中用到了k-means算法,实现的结果很不错(This is the program of image segmentation based on the following work: S. Chen, L. Cao, J. Liu, and X. Tang, "Image Segmentation by MAP-ML Estimations", submitted to IEEE Transactions on Image Processing. Note that this program was only tested on 32-bit PCs installed with Windows XP or Windows Server 2003. Since the K-means algorithm used in this program is from Matlab Statistics Toolbox, the program runs slower than when a faster K-means algorithm is used which can be obtained at http://vision.ucsd.edu/~pdollar/toolbox/doc/. The program was tested using Matlab R14 and the image processing Matlab Toolbox is required to run it.)
    2010-04-30 17:44:01下载
    积分:1
  • yanshe
    单色光的双缝干涉 Matlab 作图示例(Monochromatic light of the double-slit interference in Matlab)
    2012-05-24 22:09:02下载
    积分:1
  • exm09321_1
    对matlab初学者很有帮助,尤其是simulink的爱好者。(helpful to beginners Matlab, Simulink is particularly fond.)
    2007-05-08 16:12:59下载
    积分:1
  • gray_prediction_shichang_zhanyoulv
    利用灰色预测,经matlab编程,求出未来几年出版每门课程市场占有率情况,并进行级比检验、残差检验(Gray prediction by matlab programming, find the next few years, the market share of each course publishing, and to carry out class ratio test, residual test)
    2013-11-02 10:49:58下载
    积分:1
  • NSPE005
    MATLAB CONCEPT FOR LUO CONVERTER IEEE
    2014-01-25 22:29:14下载
    积分:1
  • duonihe
    matlab 求信号的最大频率曲线程序,很简便~~(matlab curve seek the maximum frequency of the signal process, it is easy ~ ~)
    2010-05-29 20:35:11下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载