Solve Impulse Response Homework - h(n), x(n), y(k)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
maearnie
Messages
9
Reaction score
0

Homework Statement


I have an impulse response h(n)=e^(0.1n)*[u(n)-u(n-8)] and an input x(n)={0,1,2,3,0}, how do I find the output y(k)?
[/B]

Homework Equations

The Attempt at a Solution


i don't even know how to solve. should i try convolution or should i substitute the values of x(n) in h(n). and idk why its y(k) instead of y(n) you don't need to put the exact solution. you just need to explain what i need to do. thanks :)[/B]
 
Physics news on Phys.org
For a discrete time LTI (Linear Time Inviariant) system, the output is completely determined by the output and the impulse response, which is the response to an impulse funtion (often called delta function). d[n] with d[0] =1 and d[x] = 0 if x<>0.
if you know the response to d[n], you know the response to d[n-t], and any input signal is a linear combination of impulse functions with different time shifts.
The way to determine this is the convolution sum. See here for example:
http://www.eecg.toronto.edu/~ahouse/mirror/engi7824/course_notes_7824_part6.pdf
 
willem2 said:
For a discrete time LTI (Linear Time Inviariant) system, the output is completely determined by the output and the impulse response, which is the response to an impulse funtion (often called delta function). d[n] with d[0] =1 and d[x] = 0 if x<>0.
if you know the response to d[n], you know the response to d[n-t], and any input signal is a linear combination of impulse functions with different time shifts.
The way to determine this is the convolution sum. See here for example:
http://www.eecg.toronto.edu/~ahouse/mirror/engi7824/course_notes_7824_part6.pdf

Thanks for your response!
So i just need to convolve x(n) and h(n)? and the answer is y(n)? how will it become y(k) tho?
 
maearnie said:
So i just need to convolve x(n) and h(n)? and the answer is y(n)? how will it become y(k) tho
Sorry, I have no idea why they use y[k] and not y[n].