登录
首页 » TEXT » singular-value-decomposition

singular-value-decomposition

于 2012-01-24 发布 文件大小:1KB
0 83
下载积分: 1 下载次数: 1

代码说明:

  singular value decomposition

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

发表评论

0 个回复

  • 60useful-matlab-programme
    说明:  matlab常用的60个小程序,转的人家的,希望对大家有用。(60 useful matlab program)
    2011-02-22 23:38:12下载
    积分:1
  • filterSound
    利用声卡采集声音,实现声音的滤波处理。很实用,实用matlabGUI写的。最好用matlab2008a以上的版本打开。(this is a sound filter GUI written by MATLAB.)
    2011-05-03 13:19:02下载
    积分:1
  • FH
    Frequency Hopping Spread Spectrum
    2010-05-19 13:14:53下载
    积分:1
  • back-smooth-MUSIC-code
    前后向平滑MUSIC算法。通过平滑,提高了分辨率(Before and after smoothing MUSIC algorithm. By smoothing to improve the resolution)
    2013-12-05 22:32:38下载
    积分: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
  • matlab-calculation
    本资源中包含了在matlab环境中常用的基本算法程序,其中也有大量的例子进行说明。(This resource contains the environment in matlab basic algorithm commonly used procedures, which also has a large number of examples will be described.)
    2013-11-18 21:59:29下载
    积分:1
  • dopot_rayleigh_fading
    這個檔案裡面的matlab的m函數,產生有效的都普勒fd隨機相關的瑞利衰減包絡,可以輸入你想要的doppler ferquecy和sampling ferquecy (This file inside the matlab m-function, effective Doppler fd related Rayleigh random attenuation envelope, you can enter your desired doppler ferquecy and sampling ferquecy)
    2008-04-23 21:08:20下载
    积分:1
  • MATLAB-fuzzy-K-means
    matlab模糊k-means聚类算法源码,很实用,略微改造即可使用(matlab fuzzy k-means clustering algorithm source code, very practical, you can use a little renovation)
    2013-12-16 15:33:15下载
    积分:1
  • IBLEACH
    Energy efficient algorithm based on clustering in wireless sensor networks. Use of primary and secondary cluster heads for data gathering procedures.
    2015-02-07 13:37:06下载
    积分:1
  • 家庭能量管理负荷优化调度
    家庭能量管理负荷优化调度。计及光伏出力、储能对可平移负荷进行调度以实现节能效果。有注释。(Home energy management. Load optimization scheduling. PV power generation and energy storage are considered to schedule the translational load to achieve energy saving. The program has a lot of comments.)
    2021-04-13 22:08:56下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载