Synchronous machine steady state and small signal modeling GUI
The purpose of this GUI is to help the user quickly compute the steady state values and small signal models of a three-phase synchronous machine with 2 damper windings connected in a number of configurations, and then quickly tune governor and exciter controllers. The machine model is based on a 7th order model, more details of which can be found in the pdf paper “Model Identification of Dynamic Microgrids and Controller Optimization with High Fidelity Hardware-in-the-Loop Platform” in the same folder as this file. GUI was built using GUIDE on MATLAB 2014a.
To run GUI, download all files in to one folder and place the MATLAB folder context to include all files in the downloaded folder. To start the GUI simply run the m-file called "gui_synchronous_machine.m" . Machine parameters are defined if you hover above them with the mouse (whilst the text field is enabled). Furthermore, you will find more detailed parameter definitions in the updated "help" pdf file (as from v1.2). The nomenclature is based on the work of P.C. Krause. Thanks to Lisa Kartinger (http://www.mathworks.com/matlabcentral/profile/authors/3441544-lisa-kartinger) for the constructive parameter definition comment.
Your comments and constructive criticism will be appreciated.
引用格式
Edwin Fonkwe (2025). Synchronous machine steady state and small signal modeling GUI (https://www.mathworks.com/matlabcentral/fileexchange/59538-synchronous-machine-steady-state-and-small-signal-modeling-gui), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!gui_files_v2.1_final/
gui_files_v2.1_final/Example files Fundamental_SI_parameters/
gui_files_v2.1_final/Example files Standard_pu_parameters/
gui_files_v2.1_final/POT_gui_code/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
2.1.0.0 | Fixed the issue with a hardcoded inertia variable (gui_inputs.J); Added an option to specify parts of the engine via transfer functions; Fixed an issue with the base speed variable. Now initial_speed and wb variables are forced to always be equal. |
||
2.0.0.0 | In v2.0, significant updates include:
|
||
1.2.0.0 | v1.2 updates: Machine parameters are defined in help file. If you hover above them with the mouse (whilst the text field is enabled). Furthermore, you will find more detailed parameter definitions in the updated "help" pdf file |
||
1.1.0.0 | Added a paragraph in description about running GUI |