-
cascadePID
说明: 用MATLAB编写程序实现大林控制和串级算法,带有详细的解说,通俗易懂(Dalin using MATLAB programming to achieve control and cascade algorithms, with detailed explanations, easy to understand)
- 2011-03-31 11:20:33下载
- 积分:1
-
buck_boost
buck_boost电路中电感电容的计算,等效电路的详细的推导过程,及仿真(buck_boost inductor-capacitor circuit in the calculation of the equivalent circuit of the detailed derivation and simulation)
- 2020-10-11 08:37:33下载
- 积分:1
-
Fasle3-Soale3
this code have the solution of a neural network book.
- 2016-07-22 02:07:55下载
- 积分:1
-
traditionalsp
This is a matlab source code algorithm for noise reduction in speech processing.
- 2011-01-05 09:09:10下载
- 积分:1
-
Software-IPCA
Incremental Principal Component Analysis
- 2011-05-02 22:22:48下载
- 积分:1
-
Kalman-Filtering
Kalman Filtering using matlab have theory and program which is fit to the students.(Kalman Filtering using matlab have theory and program which is fit to the students)
- 2014-08-16 13:28:03下载
- 积分: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
-
Example
Flow Job Shop problem using genetic algorithm use g++ compiler
- 2010-07-17 10:08:18下载
- 积分:1
-
seg67
segmenting image processing lazy snapping
- 2009-06-19 18:09:48下载
- 积分:1
-
matlab_final
课程设计做的车牌识别,运行licence_recognise.m选择实例图片,按空格单步,直到最后识别(Curriculum design license plate recognition, run licence_recognise.m select instances pictures, press the space single step, until the final identification)
- 2013-09-03 15:34:24下载
- 积分:1