登录
首页 » matlab » matlab

matlab

于 2013-03-06 发布 文件大小:29KB
0 171
下载积分: 1 下载次数: 23

代码说明:

  HOME APPLICATION USING HAND GESTURE USING MATLAB PLATFORM.

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

发表评论

0 个回复

  • PracSim
    《无线通信系统仿真——C++实用模型》一书的源码(" Wireless communication system simulation- C++ utility model" a source book)
    2010-11-05 11:03:39下载
    积分:1
  • woundmotor
    双馈异步发电机模型,SIMULINK建模仿真(Doubly-fed induction generator model, SIMULINK modeling and simulation)
    2020-12-21 19:19:08下载
    积分:1
  • chaos--seidel--jacobi--lnback--ode
    该程序包包含五个代码,均用matlab编写,内容分别是混沌动力系统中,logistics函数随参数a变化周期收敛图像;以及seidel,jacobi两种迭代法求解线性方程组;以及常微分方程求解乒乓球运动轨迹;以及用newton向后插值法估计lnx函数值的源文件。 (This package contains five codes are written in matlab, the contents are chaotic dynamical systems, logistics function with parameters a change cycle convergence image and seidel, jacobi two iterative method for solving linear equations and ordinary differential equations Pong ball trajectory and an interpolation method to estimate with newton backward lnx function value source files. )
    2015-11-23 17:17:27下载
    积分:1
  • joint_diag
    近年来,盲源分离技术成为研究热点。这是盲源分离技术的JADE算法,十分经典哦(In recent years, blind source separation technique to become a research hotspot. This is the JADE algorithm for blind source separation, very classic!)
    2012-06-16 10:58:49下载
    积分:1
  • shuzhicaozuo-matlab-GUI
    自己编程实现的MATLAB gui界面,能实现对.edit框中输入数值的加1,减一,乘2,除2,等相关操作。源码见压缩包。(The MATLAB gui own programming interface, can achieve. Edit box, enter the value plus 1, minus one, multiplied by two, in addition to 2, and other related operations. See the source tarball.)
    2013-12-16 15:09:58下载
    积分: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
  • Chirp_2D
    二维线性调频信号仿真,分为不加窗的和加窗的。(Simulation of chirp signal in two-dimention)
    2009-11-26 21:16:23下载
    积分:1
  • introduction-Parallel
    introduction to parallel programming e-book
    2011-04-26 02:34:10下载
    积分:1
  • Higher-OrderPSpectralToolbox
    高级谱分析,作为非线性处理信号,图像直观,方便的特点(Higher order spectrum)
    2015-03-25 10:47:49下载
    积分:1
  • music6
    模拟2个独立窄带信号入射到均匀线阵上,信号间互不相关,与噪声相互独立,噪声为理想高斯白噪声,阵列的阵元数为10,快拍数为200。阵元间距为入射信号波长的1/2,信噪比为20dB,信号入射角度差分别为5°,10°,20°。(Simulate two independent narrowband signals incident on the ULA, among signal unrelated, independent noise, the noise is ideal Gaussian white noise, the number of array elements of the array is 10, the number of snapshots to 200. Element spacing is 1/2 of the wavelength of the incident signal, SNR is 20dB, the signal difference between the angle of incidence was 5 °, 10 °, 20 °.)
    2014-12-02 11:04:14下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载