How to calculate the natural frequency of the power system.
9 次查看(过去 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
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.
回答(1 个)
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:
- Calculate the mean of the output speed signal using a mean block. This will provide you with the average value of the signal.
- 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.
- 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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!