What is the natural frequency if steady state value is 0?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all, How can I find the natural frequency of the signal attached? I thought to compute it from the equation wn=3/(ts*zeta), but MATLAB gives the settling time value NAN due to zero steady-state value. Thanks in advance.
2 comentarios
Mathieu NOE
el 7 de Abr. de 2023
why not measure the half period using the positive and negative peak ?
Sam Chak
el 7 de Abr. de 2023
The sketch doesn't tell many things. What else do you have about the signal and the system that generates it?
Respuestas (1)
Anurag Ojha
el 11 de Abr. de 2023
Hi Yunus,
As per my understanding, you are interested in knowing how to find the natural frequency of a signal. Whenever you're interested in frequency content of a signal, the Fast Fourier Transform is often an excellent tool to use. A Fast Fourier transform (FFT) is a highly optimized implementation of the Discrete Fourier transform (DFT), which convert discrete signals from the time domain to the frequency domain. FFT computations provide information about the frequency content, phase, and other properties of the signal.
To further explore about FFT refer to the below link
Hope it helps!!
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!