Filter löschen
Filter löschen

How to calculate the natural frequency of the power system.

8 Ansichten (letzte 30 Tage)
Muhammad Asad
Muhammad Asad am 28 Mai 2022
Beantwortet: Yash am 8 Okt. 2023
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 Kommentare
Image Analyst
Image Analyst am 29 Mai 2022
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 am 29 Mai 2022
Bearbeitet: Sam Chak am 29 Mai 2022
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Yash
Yash am 8 Okt. 2023
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

Community Treasure Hunt

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

Start Hunting!

Translated by