Transfer function to impulse response

AI Thread Summary
To compute the impulse response from the given transfer function H(z) = (z^2 + 5z) / (z^2 + 5), the inverse z-transform is needed, which involves partial fraction decomposition. The irreducible quadratic z^2 + 5 complicates the process, but it can be factored into (z - √5i)(z + √5i). The user successfully computes the inverse z-transform for one part, H(z) = z^2 / (z^2 + 5), but seeks guidance on handling the term z / (z^2 + 5). Understanding complex numbers is crucial for resolving this issue, and the user expresses confidence in finding a solution after receiving clarification.
yoran
Messages
116
Reaction score
0

Homework Statement


Given the transfer function of a linear, time-invariant system
H(z)=\frac{z^2+5z}{z^2+5}
compute the impulse response.

Homework Equations


We are supposed to compute the inverse z-transform with partial fraction decomposition but the problem here is the irreducible quadratic function z^2+5.

The Attempt at a Solution


In our table of inverse z-transforms they are only functions of the the type
\frac{z^{m+1}}{(z-a)^{m+1}}
I tried this.
H(z)=\frac{z^2+5z}{z^2+5}=\frac{z^2}{z^2+5}+5\frac{z}{z^2+5}
I can compute the inverse z-transform of \frac{z^2}{z^2+5} just fine, but how do I compute the inverse z-transform of \frac{z}{z^2+5}

Thanks.
 
Physics news on Phys.org
It's not irreducible. z^2+5=(z-\sqrt{5}i)(z+\sqrt{5}i). Complex numbers are an important part of z transforms.
 
Last edited:
Ok thank you now I think I can solve it.
 

Similar threads

Back
Top