I'm learning about transfer functions, and I'm trying to understand the convention for getting poles and zeros from the transfer function. Let's say I have a transfer function:
\$H(s) = \frac{1}{(s+3)(s+2)} = 1/6*\frac{1}{(s/3+1)(s/2+1)}\$.
Are the poles of this transfer function -3 and -2, or +3 and +2?
Looking at links like http://en.wikipedia.org/wiki/Pole%E2%80%93zero_plot, it would seem that poles are supposed to make the denominator zero, so that would suggest the former.
But looking at links like http://www.onmyphd.com/?p=bode.plot, the poles would +3 and +2.
Are there two different conventions? Thanks
wis pointing in the two plots. Also, in the s-plane the magnitude of the frequency is inversely proportional to the distance to the pole -- so you can see that it drops off asw --> infinityorw --> -infinity. – Null Aug 25 '14 at 03:47H(s)the poles are-p_0, etc. You needs/p_0 = -1for the denominator to be 0. – Null Aug 25 '14 at 03:49