登录
首页 » matlab » 234567

234567

于 2013-05-09 发布 文件大小:8KB
0 225
下载积分: 1 下载次数: 70

代码说明:

  该程序描述了卫星姿态控制系统所需的欧拉角与四元数间的相互转换关系(The program required for satellite attitude control system is described the mutual conversion between euler angles and quaternions)

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

发表评论

0 个回复

  • yichuansuanfa
    说明:  使用遗传算法求解TSP问题,文档文件里为坐标点,.m文件为程序源代码。(Genetic Algorithm for Solving the TSP Problem. )
    2011-03-22 23:30:50下载
    积分:1
  • matlab
    程序mtlab中的代码-地震波反应谱与时程波相互转换(Interconversion between seismic response spectrum and time-history wave)
    2021-01-18 20:28:43下载
    积分:1
  • arma
    arma模型的具体实现代码, 可以用(arma model of the specific code, you can use)
    2012-07-05 00:06:30下载
    积分:1
  • fftanalysis
    对实验数据的FFT分析,可以显示时域和频域的结果(FFT analysis of the experimental data, can display the results of the time domain and frequency domain)
    2012-08-28 16:13:29下载
    积分:1
  • aa
    说明:  用matlab实现智能优化算法,本程序主要实现的是人工蚁群优化算法(Using matlab to achieve intelligent optimization algorithms, the main procedures of artificial ant colony optimization algorithm)
    2013-04-17 13:47:25下载
    积分:1
  • KALMAN
    根据系统辨识的系统模型,采用KALMAN滤波算法,根据期望信号和观测信号求未知的系统。(According to the system model system identification, using KALMAN filtering algorithm, based on the desired signal and the observed signal seeking unknown system.)
    2014-06-24 10:57:41下载
    积分:1
  • ID3
    用matlab语言写的ID3(Quinlan s ID3 classification tree algorithm)算法,用于模式分类(Matlab language used to write the ID3 (Quinlan s ID3 classification tree algorithm) algorithm for pattern classification)
    2007-12-24 21:34:42下载
    积分: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
  • segarec1
    license plate segmentation and recognition program on matlab plateform
    2013-03-09 20:35:24下载
    积分:1
  • Noise-Cancellation
    A good Code for Wiener filter.. Tested Ok!
    2015-04-21 21:29:25下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载