equal-area-critirea.rar
文件大小: 7k
下载次数:4
源码类别:

matlab例程

开发平台:

Matlab

源码售价: 5 个金币 积分规则     积分充值
资源说明: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
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • CA.rar在MATLAB环境中,对航海雷达中频信号建模,并完成CA恒虚警处理。 ...
  • dfrft1.rarFractional discrete Fourier transforms
  • vmlTest.rar这是一个纯VML的例子,VML用于统计,有柱状图、饼状图、折线图。 ...
  • face.rar对人脸的角度进行识别,主要作用于两眼之间的距离
  • db6xiaobochonggou.rardb6小波分解upcoef重构与wrcoef重构的对比,可换成任意输入
  • 220.1.rar中国移动多媒体广播CMMB标准第一部分文档,广播信道帧结构 信道编码和调制 ...
  • MPEG-2(MATLAB).rar根据书本的理论,自己动手编写了MPEG-2的实现算法,编译可通过 ...
  • waveletanalysis.zip小波分析及其应用的matlab程序,都是示列,对于学习利用matlab进行小波分析很有用 ...
  • MaYi.rar蚁群算法matlab实现,蚁群算法matlab实现仿真,基本功能是实现蚁群 ...
  • danwenben.rar英文文本处理,去掉停用词,提取词干,提取文本特征向量
    
  • GUI01.rarMatlab GUI视频教程 教你一步一步的用GUI做交互界面
  • matlabcnhelp.rarmatlab中文帮助很难找的,快速下载
  • matlab遗传算法程序(new).rar遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算 ...
  • MATLAB7_0GuideBook.rarMATLAB 7_0实用指南(上下册)(超星图书)和超星阅读器的安装程序。希望对大家有所帮 ...
  • svm.zip用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取 ...
  • Kalman_matlab00000.rar拥有matlab用户界面的卡尔曼滤波程序,matlab-kalman-GUI,有注释,有三个sample供大家 ...
  • particle-filter-mcmc.rar该程序为基于粒子滤波的一种新算法,综合MCMC Bayesian Model Selection即MONTE CARLO ...
  • QPSK_Simulink.rarQPSK的Matlab/Simulink的调制解调仿真系统,给出接收信号眼图及系统仿真误码率,包含 ...
  • 数值分析课程设计.zip数值分析最常用的四十种算法,使用c++/matlab实现
  • SVM(matlab).rar支持向量机(SVM)实现的分类算法源码[matlab]