登录
首页 » matlab » 20065318585938029

20065318585938029

于 2007-08-30 发布 文件大小:363KB
0 216
下载积分: 1 下载次数: 107

代码说明:

  matlab的实例2,适用于初学者,图形图像的东西比较多,希望能够有用(matlab examples 2, applicable to beginners, graphic images are more things in the hope of useful)

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

发表评论

0 个回复

  • freqhop_sig16
    用边缘检测的方法进行参数估计,取得了较好的效果,证明是有效的方法(Edge detection method with parameter estimation, to obtain good results, proved to be an effective way to)
    2010-06-21 23:57:11下载
    积分:1
  • rddata
    本程序用于Matlab对DAT格式的心电信号进行读出的功能(This procedure for Matlab on ECG DAT format to read out the functions of)
    2009-04-02 16:14:32下载
    积分:1
  • Bayesian1
    bayesian pattern classification method,may be useful for you!
    2010-10-13 16:52:18下载
    积分: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
  • DDS
    说明:  基于dds的函数发生器和基于matlab的扫雷游戏(Dds-based function generator and the mine-based game matlab)
    2009-07-21 21:55:51下载
    积分:1
  • filter_thesis
    filter synthesis -parts of the program, need to be completed later
    2015-04-14 09:46:31下载
    积分:1
  • Substation-panel-electrical-parameters-computatio
    Substation panel electrical parameters comptation
    2014-02-04 20:28:33下载
    积分:1
  • MPC-tracking
    this program is an m-file of Model-based Predictive Control to track a sinusoidal target in various cases of mismatching and delay.
    2009-04-27 15:24:20下载
    积分:1
  • bcch
    小区初搜为GSM系统中的一个关键过程,本程序为GSM小区初搜过程查找并解广播控制信道bcch的matlab程序,输入数据由采样数据得到,在转换成所需格式后进行处理。若其中包含bcch,则输出找到信息,并通过解调译码等工作解其中信息信息。若没有,则发出错误信息。内付算法详细说明文档(Area early in the search for the GSM system, a key process, the procedures for the GSM cell and the beginning of search process to find solutions BCCH Broadcast Control Channel of matlab procedures, input data from the sampling data, converted into the desired format in the post-treatment. If one includes bcch, while the output to find information and work through the demodulation decoding information in which information solutions. If not, then send a wrong message. Pay the algorithm in detail within the document)
    2008-05-05 20:24:31下载
    积分:1
  • zuisutidu
    最速下降法,用于计算机,数值方法的实现,需调试再用,谢谢大家(steepest descent method)
    2009-12-08 09:29:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载