Re: Partial Fraction Decomposition in c++



dilpreet06 wrote:

Hello! In order to calculate the Amplitude of a pole of an ARMA filter, I
realise that I have to do a partial fraction decomposition (PFD) of the
ARMA filter transfer function.

The PFD has to be done, so that I can calculate the residuum of the
transfer function at each pole.

I have the transfer function and have calculated the roots of the
numerator and denominator polynomials, but have totally no idea how to
implement the the PFD.

I'm not quite sure what you mean by "Amplitude of a pole" - but once
you have the roots of the numerator and denominator polynomials, you
have pretty much all the information you can get from this transfer
function (up to a scaling factor). Perhaps you meant the magnitudes of
the poles?

Regards,
Andor

.



Relevant Pages

  • Partial Fraction Decomposition in c++
    ... In order to calculate the Amplitude of a pole of an ARMA filter, ... ARMA filter transfer function. ... The PFD has to be done, so that I can calculate the residuum of the ...
    (comp.dsp)
  • Re: Bode plots without inbuilt Bode command
    ... Silum wrote: ... use this to define your transfer function, ... % and I end at 10^4 b/c this is two decades above my last pole ... i never even knew about the help command. ...
    (comp.soft-sys.matlab)
  • Re: Linear regulated 150V supply
    ... Transfer function: If you divide the output by the input, treating gain ... The part defines a pole. ... When a system is a closed loop, Gis usually used for the gain going ...
    (sci.electronics.design)
  • Re: filter order
    ... transfer function. ... sum of the orders of the numerator and denominator polynomials. ... ...Jim Thompson ...
    (sci.electronics.design)
  • Re: Double integrated white noise
    ... > Marc Brooker wrote: ... Depending on how you constrain your z transform a transfer function with a pole outside just about any region you wish to define on the complex plane "doesn't exist". ... The only thing that you _must_ pay attention to is that if you are going to do like Marc did and start using an integrator all by itself you have to account for the instability, and the resulting behavior that for most inputs the outputs will go to infinity. ...
    (comp.dsp)

Loading