フィルターのクリア

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 Center および File ExchangeC Shared Library Integration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by