-
MATLAB
全MATLAB仿真的程序,没用到SIMULINK(MATLAB simulation of the whole procedure, no use to SIMULINK)
- 2009-06-12 05:55:02下载
- 积分:1
-
jisuan
1.参数的设计
1)系统的变量比较多而且应用非常频繁,所以运用的变量要具有特征性
2)尽量使用课本上的变量,如果课本上的变量无法实现,在考虑其他自己定义变量
3)由于MATLAB使用变量可以不用先定义生命变量,所以可以直接使用变量
4)但是一些全局性的变量必须要定义( 1. Parameter design 1) system variables and the application is more frequent, so the use of the variable to have the characteristics of 2) the use of textbooks on the variables as possible, if the books can not be achieved on the variables, taking into account their other define the variable 3) use of the MATLAB variable life and variable can not be defined, so you can directly use the variable 4), but some global variables must be defined)
- 2011-05-03 18:50:05下载
- 积分: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
-
FCM-master
说明: 模糊c均值(fcm)实现无监督聚类算法,经本人尝试,程序可以正常运行(Fuzzy C-means (FCM) to achieve unsupervised clustering algorithm, I try, the program can run normally)
- 2021-01-24 13:44:32下载
- 积分:1
-
MATLAB
matlab的使用说明,从最基本的方法将起,适合新手使用
- 2012-04-25 13:31:16下载
- 积分:1
-
m_sequence_3
伪随机序列的产生程序和分析程序,Matlab下的,解压后可以直接运行,很好用的。(pseudo-random sequence generation process and analytical procedures, under Matlab, unpacked directly operation, good use.)
- 2007-06-21 10:11:43下载
- 积分:1
-
main1
water marking image code
- 2014-09-16 18:38:38下载
- 积分:1
-
Matching-track-CS
基于压缩传感的匹配追踪重建算法研究。给出了OMP的一种改进方案。OMP算法本身耗时过长速度过慢,本文的改
进方案将图像进行分块后再处理,从而大大降低了OMP算法每次迭代的矩阵规模。
实验结果表明,该方案在不明显降低重建效果的同时提高了运算速度。(Matching track reconstruction algorithm based on compressed sensing)
- 2014-11-30 10:29:11下载
- 积分:1
-
5-(2)
To support wireless communication : MIMO
- 2013-12-24 21:54:18下载
- 积分:1
-
sr
说明: 随机共振相似度的Matlab计算程序,计算看出输入-输出的相似度S随着噪音的标准差的增大而不断得到改善,直到增大至一饱和值为止。(Stochastic resonance Matlab similarity calculation process, the calculation to see input- output of the similarity S as the standard deviation of the noise increases continue to improve until the saturation value increased to 1 so far.)
- 2008-09-08 12:15:12下载
- 积分:1