How to calculate the natural frequency of the power system.

8 次查看(过去 30 天)
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