LTI-filter, compute H(z) from freqz-response

  • Thread starter Thread starter mkkribor
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
mkkribor
Messages
5
Reaction score
0
Hi!

I have a problem i can't solve:

Compute the System Function H(z) from the Frequency

H(e^jw)=2e^(-j 3/2 w) 〖[cos(w/2)]〗^2


The answer should be in the form:
H(z)= (b_0+b_1 z^(-1)+b_2 z^(-2)+⋯)/(1-a_1 z^(-1)-a_2 z^(-2)-…)
where z = e^jw, and the b and a are constants.

Thx for any help!
 
Physics news on Phys.org
I get to the point where:

H(e^[jw]) = e^[-j(w/2)] * (1 + 2e^[-jw] + e^[-j2w])

but then I am stuck..