Filter löschen
Filter löschen

How to draw bode diagram with measured data?

3 Ansichten (letzte 30 Tage)
Tianji Li
Tianji Li am 15 Jan. 2015
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

Antworten (2)

Arkadiy Turevskiy
Arkadiy Turevskiy am 12 Feb. 2015
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 Kommentar
Mehdi Ghasem Moghadam
Mehdi Ghasem Moghadam am 20 Apr. 2017
Hi Arkadiy. Would you please give me an example for sketching Bode diagram via FFT computation. Cheers

Melden Sie sich an, um zu kommentieren.


Victor Tibanlombo
Victor Tibanlombo am 27 Feb. 2018
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

Kategorien

Mehr zu Get Started with Control System Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by