-
cuk_double_output
光伏电源双输出cuk电路,一端负载为电池,本电路实现在光照,负载电流等发生变化时,将输出电压稳定在5 的超调范围内,并附有传递函数,控制器设计的m文件(Solar Power Dual Output cuk circuit, one end of the load cell, in the light of this circuit, the load current and other changes, the output voltage overshoot at the 5 range, together with transfer function, the controller design m File)
- 2011-01-10 03:31:09下载
- 积分:1
-
Beam-space-MUSIC-algorithm
波束空间的MUSIC算法,在阵元误差校正和DOA估计时很实用~~(Beam space MUSIC algorithm, the array element error correction and DOA estimates very practical ~ ~)
- 2013-11-02 00:06:15下载
- 积分:1
-
PCAmatlabdocx
用于主成分分析的源码,由例子可以直接了解PCA的步骤方法(Principal component analysis of the source code used by the example of the method can be directly aware of the steps of PCA)
- 2014-01-14 13:04:50下载
- 积分:1
-
BLDC
无刷直流电机matlab仿真模型,采用两两导通模式,电流采用斩波控制,速度闭环。(The simulation model of BLDC in matlab employing chopper control algorithm. The speed and current close-loop are involved in the model.)
- 2016-03-07 20:49:31下载
- 积分:1
-
st
说明: S变换的源程序,具有很好的时频解析功能,处理非平稳信号的有力武器(S transform source code, a powerful weapon to have good time-frequency analysis, processing non-stationary signals)
- 2013-04-16 12:29:36下载
- 积分:1
-
doa_cs_zhangjihong
基于压缩感知的均匀线阵波达方向估计matlab代码(Estimation matlab code is based on compressed sensing uniform linear array DOA)
- 2020-09-21 20:07:52下载
- 积分:1
-
Sobel
Sobel is a method of edge detection, matlab code
- 2011-01-19 05:28:13下载
- 积分:1
-
robot
matlab 和VisualC++结合的写出工业机器人的实例(The example of industrial robotics is with matlab and VisualC++)
- 2011-08-16 19:38:08下载
- 积分: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
-
MATLab-optimum
精通MATLAB最优化计算(第2版)扫描版,介绍matlab的各种优化算法准牛顿法、信赖域法、随机优化精通MATLAB最优化计算的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。 本书侧重于最优化算法的MATLAB实现,同时精选了大量的最优化问题实例,通过实例的求解,生动地教会读者掌握MATLAB在最优化问题方面的应用。(matlab optimum)
- 2015-03-28 15:47:34下载
- 积分:1