readCDF function for IEEE Common Data Format (CDF) files

버전 1.0.2 (107 MB) 작성자: Aryan Ritwajeet Jha
readCDF function inputs a filename of an IEEE Common Data Format CDF .txt file and outputs Bus Data, Branch Data, #Buses, #Branches.
다운로드 수: 13
업데이트 날짜: 2023/1/28
function [busData, branchData, N, numBranch] = readCDF(filename, options)
Mandatory Inputs:
  1. filename: class::string. Example: "ieee14cdf.txt" or "rawData/ieee9cdf.txt".
Optional Inputs:
[OPTIONAL] reducedBranchColumnsCDFReading: class::boolean. true by default, it is enabled to shave off some of the latter columns of the CDF file as sometimes there are inconsistencies between different CDF files, plus the shaved input columns may NOT be useful to the user, at least for standard Power System Analysis.
[OPTIONAL] verboseCDFReading: class::boolean. false by default. Will output a lot of comments as it reads different parts of the CDF file.
Outputs:
  1. busData: class::table. Outputs an Nx18 MATLAB table with each row containing the corresponding data for each bus. All columns are neatly labelled like 'bus, busName, loadFlowArea, ...'.
  2. branchData: class:table. Outputs a numBranchx15 MATLAB table with each row containing data relevant to each branch of the bus.
  3. N: class:int. Outputs a single integer equal to the number of buses in the power system.
  4. numBranch: class:int. Outputs a single integer equal to the number of branches in the power system.
Built as part of course EE 521 Analysis of Power Systems at Washington State University.

인용 양식

Aryan Ritwajeet Jha (2024). readCDF function for IEEE Common Data Format (CDF) files (https://github.com/Realife-Brahmin/readCDF/releases/tag/v1.0.2), GitHub. 검색됨 .

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.2

See release notes for this release on GitHub: https://github.com/Realife-Brahmin/readCDF/releases/tag/v1.0.2

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.