UTeM BMFR Google Search Engine
Custom Search
BODE PLOT USING THE TRANSFER FUNCTION
MATLAB’s bode command plots the frequency response of a system as a bode plot. The syntax for the bode plot function in MATLAB is:
bode(transferfunction)
where transferfunction is the name of the transfer function system.
Find bode plot of the frequency response of the system tutorial_tf using MATLAB:
>> bode(tutorial_tf)
The MATLAB output will be the following bode plot of the frequency response:
0 Comments:
Subscribe to:
Post Comments (Atom)