Showing posts with label Matlab Bode Plot Example. Show all posts
Showing posts with label Matlab Bode Plot Example. Show all posts

Thursday, June 30, 2011

Matlab Bode Plot Example

num=[325.6];
den=conv([1],conv([1 5],[1 20]));
G=tf(num,den);
bode(G);
grid