Astronuc said:
Laplace and Fourier transforms are ways of looking at a problem in the 'frequency domain'. Fourier transform domain is a subset of Laplace transform domain. (I don't know if that's the right way of saying this

).
it's about the best way to say it. the way i like to say it is that the
bilateral Laplace Transform (bottom limit of integral is -\infty) is a generalization of the Fourier Transform or that the F.T. is a "degenerate case" of the bilateral L.T. (Fourier was such a degenerate

) where the real part of
s is zero.
See -
http://en.wikipedia.org/wiki/Laplace_Transform#Formal_definition
If s = \sigma\,+\,i\omega then setting \sigma = 0 gives the domain Fourier transform, s = i\omega.
leright said:
I want to better understand the s-domain's meaning
it's a
transform, similar to how the logarithm works on (positive) numbers. the logarithm transforms a multiplication problem into one of addition and transforms a exponential power problem into one of multiplication. the L.T. transforms a linear differential equation problem into an algebraic problem of solving a polynomial equation.
if you want to understand more deeply the sort of pedagogical train of thought, assuming you know your sines and cosines well, start with Fourier Series (particularly the representation with complex exponentials) and then, for a fixed and truncated function (that gets periodically extended so you can use F.S. on it) then let the period (which goes from -T/2 to +T/2) go out to infinity. your F.S. becomes a F.T. then try to (easily) compute the F.T. for the (heaviside) unit step function: you'll see you can't get the integral to converge until you add a little \sigma to the j \omega. generalizing that is the L.T.
that's essentially how i understand it on the fundamental level.
so that interpreting pole-zero plots is less of a game of applying memorized steps, and more of a game of intuituition and understanding.
okay, if you have a linear, time-invariant system (the LTI condition is required, if you want to do L.T. to it),
purely from the fact that it is linear and time-invariant (forget about Laplace for the time being) the output y(t) of such a system can be computed, in general, from the input x(t) and the system's "impulse response" h(t) from:
y(t) = h(t) * x(t) \equiv \int_{-\infty}^{+\infty} x(u) h(t-u) du = \int_{-\infty}^{+\infty} h(u) x(t-u) du
and when you L.T. both sides, you get:
Y(s) = H(s) X(s)
and, in the "degenerate case" of the F.T. it's
Y(j \omega) = H(j \omega) X(j \omega)
now, if you were to drive the input of this LTI system with a sinusoid in the form of a complex exponential
x(t) = e^{j \omega t}
then, using the convolution integral above, you will see that the output is:
y(t) = h(t) * e^{j \omega t} = H(j \omega) e^{j \omega t}
or
y(t) = |H(j \omega)| e^{j \arg(H(j \omega))} e^{j \omega t}
or
y(t) = |H(j \omega)| e^{j (\omega t + \phi)}
where \phi \equiv \arg(H(j \omega)).
so |H(j \omega)| is the "gain" of this system (how much it will boost the input sinusoid) and \phi \equiv \arg(H(j \omega)) is the phase shift (how much it will shift the phase of the input sinusoid).
now here are where the poles and zeros come in. if your LTI system is one where the output y(t) can be defined as differential equation that is the sum of various derivatives of the output and the input x(t) (including the 0
th derivative of x(t)):
y(t) = b_0 x(t) + b_1 x'(t) + b_2 x''(t) + ... + b_M x^{(M)}(t) - a_1 y'(t) - a_2 y''(t) - ... - a_N y^{(N)}(t)
where M \le N. that differential equation can be Laplace Transformed into
Y(s)= b_0 X(s) + b_1 s X(s) + b_2 s^2 X(s) + ... + b_M s^M X(s) - a_1 s Y(s) - a_2 s^2 Y(s) - ... - a_N s^N Y(s)
and solved:
Y(s)= \frac{b_0 + b_1 s + b_2 s^2 + ... + b_M s^M }{1 + a_1 s + a_2 s^2 ... + a_N s^N} X(s) = H(s) X(s)
and factored:
H(s) = \frac{Y(s)}{X(s)} = \frac{b_0 + b_1 s + b_2 s^2 ... + b_M s^M}{1 + a_1 s + a_2 s^2 ... + a_N s^N} = \frac{b_M}{a_N} \ \frac{(s-z_1)(s-z_2)...(s-z_M)}{(s-p_1)(s-p_2)...(s-p_N)}
now the gain:
|H(j \omega)| = \frac{|b_M|}{|a_N|} \ \frac{|j \omega-z_1|\ |j \omega-z_2| \ ... |j \omega-z_M|}{|j \omega-p_1|\ |j \omega-p_2|\ ...|j \omega-p_N|}
now, here is what's happening: to determine the "frequency response" of your system (how much gain there is for any general frequency \omega), you are measuring the distance that the point s = j \omega on the imaginary axis is from each zero z_m (and multiplying those distances together) and dividing by the distances that the same point s = j \omega is from all of the poles p_n (dividing by the product of all of those distances). there is also a constant gain factor \frac{|b_M|}{|a_N|} that i don't want to think about.
so, as your frequency starts out at zero and you increase it, your j \omega point starts out at the origin s = 0 and moves up on the imaginary axis. as s = j \omega gets close to any zero z_m, the gain of your system will decrease (because that distance is decreasing and you are multiplying by it). as s = j \omega gets close to any pole p_n, the gain of your system will
increase (because that distance is decreasing and you are dividing by it).that is
one salient meaning of how we think of poles and zeros.
if you express the transfer function in terms of partial fraction expansion,
H(s) = \frac{\frac{b_M}{a_N} (s-z_1)(s-z_2)...(s-z_M)}{(s-p_1)(s-p_2)...(s-p_N)} = \frac{A_1}{s-p_1} + \frac{A_2}{s-p_2} + ... + \frac{A_N}{s-p_N}
then the impulse response of the system is:
h(t) = \left[A_1 e^{p_1 t} + A_2 e^{p_2 t} +... +A_N e^{p_N t} \right] u(t)
(where u(t) is the unit step function) and you can then figure out that if any of the poles, p_n, move into the right half plane, that is:
\mbox{Re}\{p_n\} \ge 0
you will get an exponentially increasing term in the impulse response
A_n e^{p_n t} = A_n e^{\mbox{Re}\{p_n\} t} e^{j\mbox{Im}\{p_n\} t}
which blows up and your system is unstable.
that's the other salient meaning of poles.