登录
首页 » matlab » referentiel

referentiel

于 2011-11-16 发布 文件大小:180KB
0 303
下载积分: 1 下载次数: 3

代码说明:

  MATLAB instruction mimo

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

发表评论

0 个回复

  • kal
    Kalman滤波器,实现离散随机信号处理中的Kalman程序(Kalman filter, the realization of discrete-time stochastic signal processing procedures Kalman)
    2008-04-24 16:45:11下载
    积分:1
  • matlab-difference-in-fplot-and-Plot
    matlab中fplot与Plot的区别,希望对大家有所帮助。(matlab difference in fplot and Plot, we want to help.)
    2011-01-20 10:40:43下载
    积分:1
  • matlab-suoshuwenzifenge
    该算法用matlab实现对索书号文字图像分割。经典的程序。(the algorithm used to achieve Call Matlab language image segmentation. Classical procedures.)
    2007-05-20 14:30:42下载
    积分:1
  • filter_MATLAB_n_Mathematica
    信号处理滤波器设计-基于MATLAB和Mathematica的设计方法(英文版)。全面的描述了模拟和数字,经典和现代的滤波器设计方法。matlab和mathematica的例子详细众多,不可多得,不过是E文的,呵呵(anything about filter design using matlab and/or mathematica !!! GRATE book !!!)
    2011-10-06 12:45:50下载
    积分:1
  • CA_TrafficFlowModel
    利用元胞自动机算法实现交通流的数学模型构建和模拟,数据输出为.txt文件(Constructing a mathematical model of traffic flow and simulation with the use of cellular automata algorithms, data output as .txt files)
    2015-04-15 10:09:59下载
    积分:1
  • interesting_dynamic_matlab_code
    很有趣的动画matlab程序,简明易懂,百看不厌!(interesting dynamic matlab code)
    2010-08-24 20:45:38下载
    积分:1
  • code
    matlab 同步捕获代码,有重要参考价值(matlab is good code for refence)
    2010-11-14 11:40:39下载
    积分:1
  • TSP_matlab_code
    Ant Colony Algorithm for Traveling Salesman Problem
    2012-05-02 21:03:06下载
    积分:1
  • Modelisation-cellule-solaire
    This file describes a dynamic model of a solar cellular using Matlab/Simulink.
    2013-08-15 07:46:52下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载