필터 지우기
필터 지우기

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

조회 수: 10 (최근 30일)
siva swami
siva swami 2016년 10월 7일
편집: Hazem 2016년 10월 17일
Hi,
How to calculate ISF's&PTDF's in matpower?Do we need to write code or any direct way?
  댓글 수: 1
ayyappa rudrasimha yedida
ayyappa rudrasimha yedida 2016년 10월 7일
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