Re: Partial Fraction Decomposition in c++



dilpreet06 wrote:

Hi Andor, sorry for the confusion,

What i meant to say was :

I have the polynomial of the transfer function including its roots. From
the roots Ive calculated the frequencies Omega(i) of the (i)th pole, i.e.
where the poles lie.

I want to calculate the magnitude of the transfer function at that pole by
calculating the residuum of the transfer function at the pole.

Let's say you have the transfer function H(z) of a stable system. It
has poles (the roots of the denominator), but they are not on the unit
circle (otherwise the system wouldn't be stable). Let's further say the
poles are called p_k. Now of course the magnitude at the poles is
|H(p_k)| = infinity, that's why the are called poles. You know that
without computing the residues.

Or are you interested in the magnitude of the transfer function at the
pole _frequency_? Ie. if

p_k = r_k exp(+/- j w_k), 0 < r_k =/= 1,

you want to know | H(exp(i w_k) |? This is straight forward complex
math, no residues required. Just replace z with exp(j w_k) in the
rational expression and compute the magnitude of the complex number.

Did that answer your question?

Regards,
Andor

.



Relevant Pages

  • Re: Poles an Zeros
    ... Could someone explain to me Poles and Zeros. ... If you know the transfer function, ... the numerator hits zero, and "poles" where the denominator hits zero. ... You estimate the frequency response by pretending that S is the input ...
    (sci.electronics.basics)
  • Re: Poles an Zeros
    ... Basically, you can express the behavior of a linear, continuous-time, time-invariant system with a mathematical construct called a "transfer function". ... It turns out to be very easy to calculate the response of such a system to a continuous sine wave at a particular frequency -- in this case the poles of a system will tend to make the system gain go down as the frequency is increased, and the zeros will make the gain go up. ... Do you need to implement control loops in software? ...
    (sci.electronics.basics)
  • All Pole representation of LPC
    ... approximated as closely as desired by multiple poles." ... "any zero" of a fractional transfer function -inside or outside the ...
    (comp.speech.research)
  • Re: Poles an Zeros
    ... If you know the transfer function, ... and "poles" where the denominator hits zero. ... and the factoring of those polynomials is in general going to result ... in the numerator having zeroes and the ...
    (sci.electronics.basics)
  • Re: Mullers method code ?
    ... > there is no guarantee that all roots have been found. ... you can determine the number of zeros (and poles) within ... a closed contour by computing the winding number integral. ...
    (comp.lang.fortran)