Borrar filtros
Borrar filtros

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

10 visualizaciones (últimos 30 días)
siva swami
siva swami el 7 de Oct. de 2016
Editada: Hazem el 17 de Oct. de 2016
Hi,
How to calculate ISF's&PTDF's in matpower?Do we need to write code or any direct way?
  1 comentario
ayyappa rudrasimha yedida
ayyappa rudrasimha yedida el 7 de Oct. de 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

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by