The problem of IEEE 14 bus in power generation system. to show frequency as a graph.

조회 수: 7 (최근 30일)
Good day, Sir!
I would like to simulate power generation issues related to 'IEEE 14 Bus'.
So, I down loaded a file that modeled IEEE 14 bus by Simulink from a website.
But, the problem is this model doesn't show the frequency data as a graph but voltages.
The main objective is controlling each generator by observing the frequency of each generator.
If you have any idea to change this model to observe or showing frequency, Please let me know.
The modeling file is attached, I download this file from a website.
Thank you. sir!
* I am the Newbie of Simulink. so... plz let me know as easily as possible.

채택된 답변

Joel Van Sickel
Joel Van Sickel 2020년 9월 16일
편집: Joel Van Sickel 2020년 9월 16일
Hello Sangho,
If you want to view the frequency in the simulation, you can use the PLL block to measure frequency. However, a word of warning that this will slow the simulaiton down due to the extra computation required, especially if use multiple of them. Please see: https://www.mathworks.com/help/physmod/sps/powersys/ref/pll3ph.html
You can also analyze frequency content through post processing. Matlab has an fft command you can use to look at the frequency content of signals. https://www.mathworks.com/help/matlab/ref/fft.html Or you can use the powergui block to look at the frequency graph: https://www.mathworks.com/help/physmod/sps/powersys/ref/powergui.html
As you are new to Simulink and Matlab, it may be useful to go through these onramp courses to get a better foundation as frequency analysis of a power system is more advanced.
Regards,
Joel

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Signal Generation에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by