find_y_bus

버전 1.0.1 (1.53 KB) 작성자: Zayan Qazi
This is an algorithm that produces the Y bus matrix, deriving line data from an excel file. Just use the file name as the argument.
다운로드 수: 11
업데이트 날짜: 2022/6/13

라이선스 보기

The algorithm assumes that each line has an R,X and a line charging susceptance, B. If your problem requires you to add a ground shunt element, change-
  1. Line 10 - impedances: Store the additional data into the array
  2. Line 11: multiply the additional impedance data by imaginary number if needed
  3. Line 22: In the formula to calculate z (it's actually admittance), Select the additional columns that contain the additional impedance data.
  4. Line 30: In the formula to calculate impedance , Select the additional columns that contain the additional impedance data.

인용 양식

Zayan Qazi (2024). find_y_bus (https://www.mathworks.com/matlabcentral/fileexchange/113165-find_y_bus), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1

There was a slight mistake in the calculation of the diagonal elements. That is fixed now

1.0.0