How to calculate the natural frequency of the power system.

조회 수: 12 (최근 30일)
Muhammad Asad
Muhammad Asad 2022년 5월 28일
답변: Yash 2023년 10월 8일
I have a simulink model and i need to calculate its natural frequency which is used in a some othe calculation related to this model.
In actual, I create a model and the variables get values from the matlab command window because i write coding. I want to know about any command or any simulikn block that calsulate the natural frequency of the run model.
  댓글 수: 4
Image Analyst
Image Analyst 2022년 5월 29일
sorry, I'm not famliar with Simulink. But you have to subtract the mean off the original signal, not from the FFT of the signal because if you don't, and the mean of the signal is not zero, then the max of the FFT will probably be at the DC (zero frequency) location, not at the dominant frequency location.
Sam Chak
Sam Chak 2022년 5월 29일
편집: Sam Chak 2022년 5월 29일
Can you search your Power Systems textbooks and show the equation or formula to determine the natural frequency of the power system?
This will probably help us to guide you how to achieve that in MATLAB/Simulink.

댓글을 달려면 로그인하십시오.

답변 (1개)

Yash
Yash 2023년 10월 8일
Hello Muhammad Asad,
I understand that you are facing issues while calculating the natural frequency of a power system.
Since you have the output signal of the model, calculating the natural frequency becomes straightforward. You can follow the steps outlined below:
  1. Calculate the mean of the output speed signal using a mean block. This will provide you with the average value of the signal.
  2. Use a subtract block to subtract the mean value from the original signal. This step helps eliminate the DC component of the signal, leaving only the oscillatory part.
  3. Use the FFT (Fast Fourier Transform) analyzer of the Powergui block to analyze the resulting signal and determine the frequency with the highest magnitude. The FFT analyzer will provide you with the frequency spectrum of the signal, and you can identify the peak frequency from there.
If you encounter any issues while using the FFT analyzer in the Powergui block, you can refer to the following MATLAB Answer for assistance: https://www.mathworks.com/matlabcentral/answers/300733-fft-analysis-tool-in-powergui
I hope these steps help address your query.
Best Regards,
Yash

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by