Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Newbie - what does this filter do in DSP?

Status
Not open for further replies.

monty_mm

Newbie level 3
Joined
Nov 24, 2008
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,303
Hello everyone,
i was wondering about the following filter

input x(n) ---> (-1)^n ---> output y(n)

i cannot understand what it is doing. my teacher explained it but i couldnt quite get it from his explanation. can anyone help me?

any explanation or direction on where to read about it is welcome. thanks.
 

just convert ur all equation to frequency domain n see,wht is going on
 

Hi, thanks for your response. i have done that but unfortunately i couldnt make any sense of it (unless i'm going wrong somewhere). I'm new to matlab anyways, and new to DSP as well!!!

if anyone could breifly explain what is does in simple terms, it would be deeply appreciated. thanks.
 

can u send me code which u've writen in matlab? look at fourier transform of h(n)=(-1)^n,how long is ur n? convolve this with x(n),u'll get y(n)
 

hi,
thanks for your reply,

well i'm actually trying to do this in mathcad. i will try to post what i've done so far and maybe you can tell me what i'm doing is correct. i will post in a few hours
 

The impulse response is specified to be h(n) = (-1)^n
Using the z-transform the transfer function is H(z) = 1/(1+z^-1)
From this we can see we have a zero at the origin and a pole at z=-1.
The frequency response is H(w) = 1/(1+e^(-i*w))
The magnitude reponse: |H(w)| = 1/(2+2*cos(w))^0.5
The phase response: <H(w) = atan(sin(w)/(1+cos(w))).
We can see that since the pole lies on the unit circle the system is unstable.
 

ya tht wht i want to do,that this impulse responce has pole on unit circle thats y system is unstable
 

h[n] is a marginally stable to be precise.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top