登录
首页 » matlab » psat-2.1.5-mat

psat-2.1.5-mat

于 2009-12-16 发布 文件大小:1723KB
0 215
下载积分: 1 下载次数: 20

代码说明:

  PSAT 2.1.5 for power system research with GUI and Matlab running environment

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

发表评论

0 个回复

  • Numerical-Methods-using-MATLAB
    利用matlab的数值计算方法,主要针对数值计算领域。(Numerical method using matlab, mainly for numerical computing.)
    2011-05-12 21:17:33下载
    积分:1
  • filterofmatlab
    matlab实现的各种数字滤波器,包括矩形窗,汉明窗,汉宁窗,kaiser窗等。(matlab digital filter to achieve a variety of, including the rectangular window, Hamming window, Hanning window, kaiser windows.)
    2020-10-12 13:07:32下载
    积分:1
  • chengxuyi
    DEA编程用于分析决策单元是否是有效地,进而作进一步分析(DEA program for the analysis of decision-making unit is to be effective, then further analysis)
    2010-11-23 22:41:46下载
    积分:1
  • BPSO
    基于粒子群算法的配网重构策略,主要解决系统网损,电压偏移量,三相不平衡。(distributed neetwork)
    2019-05-23 19:39:21下载
    积分:1
  • junxunlianghua
    说明:  关于信号输入均匀量化器的信号幅度,用MATLAB实现量化过程(Uniform quantizer on the input signal amplitude, using MATLAB to quantify the process of achieving)
    2011-04-14 19:32:46下载
    积分:1
  • anneal
    TEST_FBMPC Demonstrates how to construct a signal according to the signal model, and recover the signal using the FBMP algorithm by calling the function FBMPC_FXN
    2013-03-07 18:16:07下载
    积分:1
  • MATLABDSP
    提出结合MATLAB来开发DSP系统的思想,阐述了实现该思想的两种工具,并详细介绍了使用MATLAB Link for Code Composer Studio辅助DSP设计的相关内容,包括其功能特点、实现方式、工作原理等(Proposed DSP systems with MATLAB to develop the idea, expounded the idea of two kinds of tools to achieve that, and details the use of MATLAB Link for Code Composer Studio auxiliary DSP design-related content, including its features, realization, working principle, etc.)
    2009-12-11 20:54:10下载
    积分:1
  • DSP_MATLAB
    数字信号处理中常用模块的MATLAB实现(Commonly used in digital signal processing module of the MATLAB implementation)
    2010-12-20 13:18:24下载
    积分:1
  • chby-11
    matlab program of cebshew-1 filters
    2012-03-23 11:55:11下载
    积分: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今日下载