Help me find frequency response for this system

Status
Not open for further replies.

qmriso

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 = (a)^n*cos(n*pi)*u
 

Re: frequency response

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

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=xy ---->DTFT----> H(e^jw)=1/(2pi)int(X(e^jw)Y(e^j(w-m))dm,0,2pi)

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

then get the DTFT of y , x

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…