How to draw bode diagram with measured data?

3 次查看(过去 30 天)
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
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