Bode/Nyquist plot.....
|
05-16-2015, 03:56 PM
(This post was last modified: 05-16-2015 05:20 PM by toshk.)
Post: #32
|
|||
|
|||
RE: Bode/Nyquist plot.....
Use Trace to read values.....or Num key. (the numerical values are really spot on.)
remember is a log10 scale: values on the X-axis: values Trace on the X-axis shd be 10^(X-value) .(for magnitude,phase plots) so your negative values on X-axis are pretty much fractions. so instead of -1, 1 just enter .1,10 all in rad/sec. BODE(.1,10 [1],[1 1]) is what you really have to enter. on the Info tab in Conkit just paste the below instructions and recompile the App, this will give you the info when u do start the App or press VIEW>>Start/Info: Frequency response plots corresponding to G = s + 1 ------------ s^2 + 0.2 s + 1 BODE(ƒ1,ƒ2,[numerator],[denominator]) enter BODE(0.01,100,[1 1],[1 .2 1]) enter Use VIEW key for Plot selection VIEW>>START to refresh |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)