登录
首页 » matlab » jiediandianya

jiediandianya

于 2013-10-21 发布 文件大小:410KB
0 228
下载积分: 1 下载次数: 16

代码说明:

  matlab节点电压法算电路电压,很简单的学习资料(matlab calculating circuit voltage of the node voltage method, a very simple learning materials)

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

发表评论

0 个回复

  • ami
    ami信号的波形图。包括时域波形,和频域波形(ami signal waveforms. Including time-domain waveform, and frequency domain waveform)
    2008-05-06 12:05: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
  • paowuxianfa
    抛物线法(二次插值法)。根据最优化方法(天津大学出版社)算法编写。 (Parabolic method (quadratic interpolation method). According to the optimization method (Tianjin University Press) algorithm written. )
    2011-12-17 19:58:52下载
    积分:1
  • e0c017a5db62
    经典谱估计,平均功率法,周期图法,bt算法,代码清晰明了,还配有注释(Classical spectrum estimation, the average power method, periodogram, bt algorithm code clarity, comes with comments)
    2015-06-12 14:30:21下载
    积分:1
  • MyJPEG
    是基于dct的matlab的程序设计,采用的是游程编码。(The matlab' s dct-based programming, uses a run-length encoding.)
    2010-11-04 21:28:02下载
    积分:1
  • main
    对两组温度进行估计,并通过分布式卡尔曼滤波算法进行融合(Two sets of temperature are estimated and fused by distributed Kalman filter algorithm.)
    2019-03-26 23:38:26下载
    积分:1
  • fs_neighbor
    fuzzy rough sets or fuzzy mutual information
    2009-03-27 02:39:42下载
    积分:1
  • V_BLAST_QR_DET
    VBLAST的基于QR的检测算法的误比特曲线。(VBLAST QR detection)
    2009-05-31 16:19:23下载
    积分:1
  • Rossler_Hyper_Lyapunov
    计算超混沌Rossler吸引子的Lyapunov指数(calculated hyperchaotic Rossler attractor of Lyapunov exponent)
    2020-10-01 16:57:43下载
    积分:1
  • Okumura_Hata
    说明:  日本科学家奥村通过对城市进行大量无线电波传播损耗的测量,得出了一系列经验曲线用于无线蜂窝网络的规划设计。在这些经验曲线的基础上,推出了简化的Hata模型。(Olympic Village by Japanese scientists a great deal of radio waves in urban propagation loss measurement, the experience curve obtained for a series of planning and design of wireless cellular networks. In the curves on the basis of these experiences, the introduction of a simplified Hata model.)
    2011-02-27 10:17:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载