필터 지우기
필터 지우기

How to draw bode diagram with measured data?

조회 수: 3 (최근 30일)
Tianji Li
Tianji Li 2015년 1월 15일
답변: Victor Tibanlombo 2018년 2월 27일
i get sampling data of motor's input x(t)[current] and output y(t)[position] with length [1x90000], sample frequency 2000.
But i don't know how to get the bode digram of the transfer function in frequncy domain(Y(s)/X(s)).[the plot with magnitude in y-axis(dB), frequency in x-axis(10^n)]
And also the angle of the transfer function.
if true
% code
end

답변 (2개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2015년 2월 12일
There are a couple of options: you can use System Identification Toolbox, see here . Another option is tfestimate from Signal Processing Toolbox.
Lastly, you can compute FFTs on your own.
  댓글 수: 1
Mehdi Ghasem Moghadam
Mehdi Ghasem Moghadam 2017년 4월 20일
Hi Arkadiy. Would you please give me an example for sketching Bode diagram via FFT computation. Cheers

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


Victor Tibanlombo
Victor Tibanlombo 2018년 2월 27일
Sorry; Could you solve your question? about: How to draw bode diagram with measured data? because i have the same question and I do not know how to graph the bode diagram via FFT computation.
Cheers

카테고리

Help CenterFile Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by