-
11
说明: 由通用桥式电路模块组成的单相晶闸管组成的单相晶闸管整流电路(By the universal bridge circuit single phase thyristor modules consisting of single-phase thyristor rectifier circuit)
- 2013-10-03 00:23:37下载
- 积分:1
-
exam9
线谱增强器,用于单频信号检测的线谱增强。(Line spectrum enhancer for the single-frequency signal detection to enhance the line spectrum.)
- 2009-05-14 01:09:54下载
- 积分:1
-
gui-pcm-bianma
MATLAB 程序,基于GUI界面设计的PCM调制、编码的仿真,这个是用界面设计开发,为大家在编写程序提供了帮助(MATLAB program, PCM modulation, coding simulation-based GUI interface design, this is the interface design and development, provide help in the preparation of the program)
- 2013-12-18 19:19:42下载
- 积分:1
-
lorenz-funcation-RK_4
rk_4变步长龙哥库塔算法的LORENZ方程(rk_4 LORENZ function)
- 2013-12-05 20:29:29下载
- 积分:1
-
LDAPminumum_distance
full implementation to LDA with Minumum distance Classifier for face recognition and easy to implement.
- 2014-02-03 19:05:05下载
- 积分:1
-
KECA传感器恒偏差故障检测
说明: 使用PCA算法进行基于数据的故障诊断的程序(Data - based fault diagnosis program using PCA algorithm)
- 2021-04-19 11:08:51下载
- 积分:1
-
pwmzhengliu
实现三相的pwm整流,电压电流双闭环控制(Achieve three-phase pwm rectifier voltage and current double closed loop control)
- 2020-10-18 11:07:26下载
- 积分:1
-
shexianzhuizongfangfa
射线追踪算法正演模拟,基于地震合成记录,必须的很好的程序,你们可以看看(Ray tracing algorithm forward modeling)
- 2014-12-22 10:55:38下载
- 积分:1
-
callmatlab
说明: 这是一个matlab和perl相互读取数据的程序,里面定义了数据读取的接口。(This is a mutual matlab and perl program to read data, which defines a data interface to read.)
- 2009-08-19 16:27:00下载
- 积分: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