-
boxcox
在matlab环境下编写的boxcox金融计算方法。(Matlab environment in the preparation of the financial boxcox calculation.)
- 2008-12-11 13:59:20下载
- 积分:1
-
LDPC
说明: 低密度奇偶校验码(LDPC)的matlab仿真(Low Density Parity Check (LDPC) of matlab simulation)
- 2010-04-09 21:09:53下载
- 积分:1
-
Matlab
说明: matlab控制系统仿真电子课件及其例程,其中涉及计算机辅助设计与仿真技术概述、matlab语言基础、控制系统的数学描述与建模、控制系统的分析方法、SIMULINK仿真基础等内容(matlab control system simulation courses and its examples)
- 2009-09-01 15:41:59下载
- 积分:1
-
Inst2DQ
heat transfer 2d, fiinite elements method
- 2011-05-03 12:48:45下载
- 积分:1
-
一个声纹识别的全代码matlab(需要录音)
说明: 一个声纹识别的全代码matlab(需要录音)(A full code matlab for voiceprint recognition (recording required))
- 2020-10-30 23:09:56下载
- 积分:1
-
guandao-matlab-simulation
惯性导航仿真,matlab,很好的仿真程序。(inertial simulation in Matlab)
- 2013-09-28 15:49:39下载
- 积分:1
-
turbodemotool
关于HARQ的组合译码的MATLAB仿真程序(About HARQ MATLAB simulated program)
- 2010-05-10 22:44:57下载
- 积分:1
-
matlog
VRP, for solving vehicle routing problem
- 2012-06-29 21:27:26下载
- 积分: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
-
SpeechRec
基于Matlab的语音识别系统,实现了基本的算法,具有较高的参考价值。(Matlab-based speech recognition system to achieve the basic algorithm, has a high reference value.)
- 2013-12-03 10:33:28下载
- 积分:1