Zbus Building Algorithm

버전 1.2.0.0 (2.99 KB) 작성자: Arslan Shahid
It does direct computation of Zbus of a Power System
다운로드 수: 5.5K
업데이트 2009/11/16

라이선스 보기

This file computes Zbus of a power system directly. It does not follow the approach of first computing Ybus and then taking its inverse, which can be cumbersome when number of buses are large.

The method of computing Zbus is taken from the book:
John J.Grainger, William D.Stevenson,Jr., Power System Analysis

Usage:
It reads the data about the network from a file 'data'.
Each line in file 'data' has the following record:
Bus1 Bus2 Resistance Reactance
Where Bus1 & Bus2 are the bus numbers of buses considered and the next two entries are resistance & reactance between them.

Caution:
Any bus which is assigned bus number=1, must be connected to reference (0)

인용 양식

Arslan Shahid (2026). Zbus Building Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/25846-zbus-building-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Using MATLAB Projects in Simulink에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.2.0.0

It caters out of order entries in file 'data'

1.0.0.0