-
vsPmatlab
vs2010调用matlab.m文件生成的lib,dll,h文件,并进行参数的传递(vs2010 calling matlab.m files generated lib, dll, h file and pass parameters)
- 2013-11-27 21:42:54下载
- 积分:1
-
warm
一个故障诊断的程序,采用了多种方法,将故障时刻检测了出来,并进行了比较(A fault diagnosis program, using a variety of methods, fault detection out moments, and compared
)
- 2012-03-02 18:45:35下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
mmse_siso
Single input single output system
- 2014-09-11 15:13:42下载
- 积分:1
-
P3
说明: 本程序可以绘制p3曲线,直接输入cv、cs、EX,也通过降雨或径流数据计算绘制
[cs,cv,ma] = p3plot(a,kk,b,bb,y1,cs_cv,ma,cs,cv,x0)
a=20 横向网格条数
kk=200 纵坐标标注间隔(间隔要是最大值和最小值差的整数倍)
b=2000 纵坐标最大值
bb=0 纵坐标最小值
y1=[] 降雨量,横向矩阵输入,如果没有请输入[]
cs_cv=[2] 没有,请输入[]
ma=[] 年平均降雨量,没有输入[]
cs=[] 没有,请输入[]
cv=[] 没有,请输入[]
x0=0.01 初始概率点,百分数,没有输入[]( this program can draw P3 curve, direct input CV, CS, EX, also by rainfall or runoff data calculation and drawing
The [cs, CV, ma] = p3plot (a, KK, B, BB, Y1, cs_cv, Ma, CS, CV, x0)
The a=20 of the number of horizontal grid
The kk=200 longitudinal coordinate labeling interval (interval if the maximum value and the minimum value of the integer times the difference)
The b=2000 of the maximum longitudinal coordinates
The bb=0 of the minimum longitudinal coordinates
The y1=[] rainfall, transverse matrix input, if not please input []
The cs_cv=[2] no, please enter []
The ma=[] of the average annual rainfall no input [].
The cs=[] no, please enter []
The cv=[] no, please enter []
x0=0.01 initial probability, percentage, no input [])
- 2014-11-15 10:15:40下载
- 积分:1
-
OFDM
经典的OFDM仿真程序,比较简单,适合初做仿真者用。(A symple program of OFDM)
- 2011-12-16 21:03:06下载
- 积分:1
-
PlotModeWave
基于matlab模拟大学物理中的波形,以便观察其动态变化(University physics-based simulation matlab waveform in order to observe the dynamic changes)
- 2014-06-02 23:33:39下载
- 积分:1
-
GPSINS
GPS/INS位置组合输出校正Matlab仿真
s_GPS_INS_position_ demo.m 组合主文件
kalman_GPS_INS_position_ NFb.m 卡尔曼滤波程序
ode500.mat 飞机飞行轨迹与INS输出数据
将三个文件放到同一个文件夹中,运行主文件即可。
(GPS/INS Position Combination Output Correction Matlab Simulation
S_GPS_INS_position_ demo.m Combines the master file
Kalman_GPS_INS_position_ NFb.m Kalman filter procedures
Ode500.mat aircraft flight path and INS output data
Will be three files into the same folder, run the main file can be.)
- 2020-12-17 15:09:13下载
- 积分:1
-
elcentro
it is about matlam m file useing in matlab
- 2009-03-22 01:36:50下载
- 积分:1
-
tswcs
基于小波基的树结构的贝叶斯方法,采用MCMC推断方法。(Tree structure of wavelet-based Bayesian methods using MCMC inference method.)
- 2009-10-28 15:26:03下载
- 积分:1