PSAT电力系统仿真工具 PSAT is a Matlab toolbox for static and dynamic analysis and control of electric power systems.
matlab暂态稳定计算 %本程序是用分段计算法计算电力系统的暂态稳定。S0=input('请输入初始功率:S0=');V0=input('请输入无限大系统母线电压:V0=');B=input('请输入系统等值电抗矩阵:B=');Tj=input('请输入惯性时间常数:Tj=');N=input('请输入时段数:N=');N
Power System Modelling and Scripting PartIcontainsintroductoryconcepts.Chapter1providesthemotivationofthebook,somephilosophicalfoundationsoftheartofmodellingphysicalsystemsanddefinesthege
系统辨识与自适应控制matlab仿真代码 %白噪声及有色噪声序列的产生clearall;closeall;L=500;%仿真长度d=[1-1.50.70.1];c=[10.50.2];%D、C多项式的系数(可用roots命令求其根)nd=length(d)-1;nc=length(c)-1;%nd、nc为D、C的阶次xik=zeros(nc
牛顿法直角坐标潮流计算程序 n=input('请输入节点数:n=');nl=input('请输入支路数:nl=');isb=input('请输入平衡母线节点号:isb=');pr=input('请输入误差精度:pr=');B1=input('请输入由各支路参数形成的矩阵:B1=');B2=input('请输入各节点参数形成的矩