Recent content by lauritachris

  1. L

    How Do LTI Systems Use Convolution to Compute Outputs?

    Thank you very much! But why is y3: x[3] multiplied with h[0]+ x[2] multiplied with h[1]+x[1] multiplied with h[2] and not: X[1] mutiplied with h[2] + X[2] multiplied with h[1] + X[3] multiplied with h[0] for example? Do you think that X is reversed, instead of the impulse response?
  2. L

    How Do LTI Systems Use Convolution to Compute Outputs?

    Thank you, what are we multiplying? At Y[3] for example. x[3]h[0]+x[2]h[1]+x[1]h[2] - And why do we need to multiply it this way?
  3. L

    How Do LTI Systems Use Convolution to Compute Outputs?

    How would you interpretate this image about LTI systems and convolution?
Back
Top