Help me find frequency response for this system

Status
Not open for further replies.

qmriso

Member level 5
Member level 5
Joined
Nov 30, 2006
Messages
80
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,879
Can somebody help me to find frequency response for the system
Code:
h(n) = (a)^n*cos(n*pi)*u(n)
 

Re: frequency response

h(n) = (a)^n*cos(n*pi)*u(n)

I think u can use the Multiplication properity of the discreate time fourier transform
which is " Multiplication on time domain is a convolution in frequency domain"

so if u have function
h(n)=x(n)y(n) ---->DTFT----> H(e^jw)=1/(2pi)int(X(e^jw)Y(e^j(w-m))dm,0,2pi)

so in ur problem let x(n)=(a)^n*u(n) & y(n)=cos(n*pi)

then get the DTFT of y(n) , x(n)

from FT tabels get X(e^jw),Y(e^jw) as following

X(e^jw)=1/(1-a*e^(-jw)) Y(e^jw)=pi*sum(d(w-pi-2*pi*l)+d(w+pi-2*pi*l),l=-inf,l=inf)

Then get the convolution between them


I hope that help
 

Status
Not open for further replies.