필터 지우기
필터 지우기

What is the natural frequency if steady state value is 0?

조회 수: 2 (최근 30일)
Yunus Ertugrul
Yunus Ertugrul 2023년 4월 7일
답변: Anurag Ojha 2023년 4월 11일
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
Mathieu NOE
Mathieu NOE 2023년 4월 7일
why not measure the half period using the positive and negative peak ?
Sam Chak
Sam Chak 2023년 4월 7일
The sketch doesn't tell many things. What else do you have about the signal and the system that generates it?

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

답변 (1개)

Anurag Ojha
Anurag Ojha 2023년 4월 11일
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.
You can refer to this MATLAB ANSWER for more information.
To further explore about FFT refer to the below link
Hope it helps!!

카테고리

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