How to calculate ISF's &PTDF's in MATPOWER?

10 次查看(过去 30 天)
Hi,
How to calculate ISF's&PTDF's in matpower?Do we need to write code or any direct way?
  1 个评论
ayyappa rudrasimha yedida
In matpower you can write code or directly you can use makePTDF fucntion but it will give ISF matrix.From that you have to calculate PTDFs using below formula PTDF(l,m)=ISF(l,0)-ISF(m,0) 0-slack bus

请先登录,再进行评论。

回答(1 个)

Hazem
Hazem 2016-10-17
编辑:Hazem 2016-10-17
For ISF you may write
mpc=loadcase('case9');
ISF=makePTDF(mpc);
To calculate PTDF between x and y
PTDFxy=ISF(:,x)-ISF(:,y);

类别

Help CenterFile Exchange 中查找有关 C Shared Library Integration 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by