Finding the impulse response of a system without using Z-Transform

Click For Summary
SUMMARY

The discussion focuses on finding the impulse response of a discrete-time system defined by the difference equation y[n] - (1/2) y[n-1] = x[n] + 2 x[n-1] + x[n-2]. The solution involves determining both the homogeneous and particular solutions, with the homogeneous solution given by C1*(1/2)^n. Participants emphasize that the impulse response cannot be solely derived from the homogeneous solution due to the additional terms in the equation, and suggest calculating specific outputs for y[0], y[1], y[2], and y[3] to fully understand the system's response.

PREREQUISITES
  • Understanding of discrete-time systems and difference equations
  • Familiarity with impulse response and system stability
  • Knowledge of homogeneous and particular solutions in linear systems
  • Basic principles of superposition in signal processing
NEXT STEPS
  • Calculate the impulse response for the system using the difference equation y[n] - (1/2) y[n-1] = x[n] + 2 x[n-1] + x[n-2]
  • Explore the concept of superposition in discrete-time systems
  • Study the effects of delayed terms in difference equations on system responses
  • Learn about the stability criteria for discrete-time systems
USEFUL FOR

Students and professionals in signal processing, control systems engineers, and anyone studying discrete-time systems and their impulse responses.

jnava
Messages
7
Reaction score
0

Homework Statement


Find the impulse response of the following: Assume the system is initially at rest.

y[n] - (1/2) y[n-1] = x[n] + 2 x[n-1] + x[n-2]

The Attempt at a Solution



To find the impulse response y[n]: we know that y[n] = homogenous solution + particular solution

so...

lamda - (1/2) = 0 => lamda= (1/2)

homogenous solution = C1*(1/2)^n

For the particular solution, we assume that a x[n] = delta[n]...am i correct?

so ... y[n] - (1/2) y[n-1] = delta[n] + 2 delta[n-1] + delta[n-2]

so, for n >2, delta[n] = 0

=> y[n] - (1/2) y[n-1] = 0, which means the particular solution is the homogenous solution?

Can someone help me with this?

Thanks
 
Physics news on Phys.org
jnava said:

Homework Statement


Find the impulse response of the following: Assume the system is initially at rest.

y[n] - (1/2) y[n-1] = x[n] + 2 x[n-1] + x[n-2]



The Attempt at a Solution



To find the impulse response y[n]: we know that y[n] = homogenous solution + particular solution

so...

lamda - (1/2) = 0 => lamda= (1/2)

homogenous solution = C1*(1/2)^n

For the particular solution, we assume that a x[n] = delta[n]...am i correct?

so ... y[n] - (1/2) y[n-1] = delta[n] + 2 delta[n-1] + delta[n-2]
Yes, that's correct.
so, for n >2, delta[n] = 0

=> y[n] - (1/2) y[n-1] = 0, which means the particular solution is the homogenous solution?
No, just because for n>2, the RHS is 0, it doesn't follow the particular solution is the homogeneous solution. If the difference equation were simply

y[n] - (1/2) y[n-1] = x[n]

then the impulse response would be the homogeneous solution. Just try calculating y[0], y[1], y[2], and y[3], and you'll see that's indeed the case. Now, obviously, the two extra terms in the given difference equation will have an effect on how the system responds, so the impulse response for the original equation can't be just the homogeneous solution.
Can someone help me with this?

Thanks
You might try calculating y[0], y[1], y[2], y[3], ... for the original equation when you set x[n]=δ[n] and see how the system responds. It helps not to simplify much so you can see how the delayed terms on the right affect the output.

Alternatively, you can use the principle of superposition to calculate what the output should be in general.
 
Thanks for the help...I figured it out...
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
12K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K