Azzera filtri
Azzera filtri

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

10 visualizzazioni (ultimi 30 giorni)
siva swami
siva swami il 7 Ott 2016
Modificato: Hazem il 17 Ott 2016
Hi,
How to calculate ISF's&PTDF's in matpower?Do we need to write code or any direct way?
  1 Commento
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

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su C Shared Library Integration in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by