登录
首页 » matlab » Chapter3

Chapter3

于 2014-01-13 发布 文件大小:4KB
0 191
下载积分: 1 下载次数: 1

代码说明:

  北京航空航天出版社matlab从零到进阶的第三章程序(Beijing University of Aeronautics and Astronautics Press matlab from zero to advanced procedures in Chapter III)

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

发表评论

0 个回复

  • Bayes_classifier
    贝叶斯分类器的设计实验,内有解释利于入门学习(Bayesian classifier design experiments, which help to explain the study entry)
    2009-04-15 11:40:03下载
    积分:1
  • winner
    该程序是一种维纳滤波的matlab实现程序,该方法通过分块处理,大大降低计算复杂度(The program is a Wiener filter matlab procedures, the method by block processing, greatly reducing the computational complexity)
    2013-04-12 12:31:14下载
    积分:1
  • No5__Powells_badly_scaled_function
    optimization 的经典方法,这是第五个例子,共六个方法在其中。(optimization of the classical method, which is the fifth example, a total of six ways in which the.)
    2009-10-22 22:41:49下载
    积分:1
  • li9_23
    clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型 计算7个不变矩 [nc,nr]=size(A) [x,y]=meshgrid(1:nr,1:nc) 得到网格 x=x(:) y=y(:) A=A(:) m.m00=sum(A) if m.m00==0 m.m00=eps end m.m10=sum(x.*A) m.m01=sum(y.*A) 计算均值 xmean=m.m10/m.m00 ymean=m.m01/m.m00 计算中心矩(li9_23.rar cm.cm00=m.m00 cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2) cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5) cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2) cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5) cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2) cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5) cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5) im(1)=cm.cm20+cm.cm02 im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2 im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2 im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2 im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)... +(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2) im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)... +4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03) im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)... *()
    2010-10-17 21:53:14下载
    积分:1
  • self_UKF
    UKF,无迹/无味/采样卡尔曼滤波,组合导航技术,适合初级的学习。(UKF,integrated kalman filter)
    2012-05-03 08:44:49下载
    积分:1
  • MatlabTutorial
    主要介绍了matlab的一些简单的命令,和它的功能以及使用方式,非常适合初学者。(Matlab introduces some simple commands, and its features and use, ideal for beginners.)
    2010-10-05 16:13:37下载
    积分:1
  • 3970997som-matlab
    说明:  这是非常好的程序,有兴趣的都来看看,(It is a very good procedures, all interested parties to look at,)
    2008-12-03 10:34:04下载
    积分:1
  • feixianxingfangchengzu
    说明:  非线性方程的求解,包括牛顿法,两点割线法,数值延拓法,等等(nonlinear equation)
    2010-04-30 21:45:28下载
    积分:1
  • 5
    说明:  sinhviendt.info_matlab.zip
    2011-12-17 05:21:38下载
    积分:1
  • ps3-lpm
    PS3 Logical Performance Monitor.
    2015-03-18 13:06:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载