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

No comments:

Post a Comment