Filter löschen
Filter löschen

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

10 Ansichten (letzte 30 Tage)
siva swami
siva swami am 7 Okt. 2016
Bearbeitet: Hazem am 17 Okt. 2016
Hi,
How to calculate ISF's&PTDF's in matpower?Do we need to write code or any direct way?
  1 Kommentar
ayyappa rudrasimha yedida
ayyappa rudrasimha yedida am 7 Okt. 2016
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by