Why is the result of the step signal convoluted with the impulse response of a lowpass filter not equal to the stepresponse of the lowpass filter?

1 view (last 30 days)
  3 Comments
timling
timling on 8 Nov 2017
Hi, Thanks for the quick answer
I thought modeling the impulsresponse of (1/s) is another way to get the step function in the time domain
And if you convolute the Stepfunction with the impulse response of the lowpass filter you would get the stepresponse of the lowpass filter
But it seems i got it to work like you said (replace the step with constant) and additionally i had to get rid of the impulse (also replace with constant):

Sign in to comment.

Answers (1)

Honglei Chen
Honglei Chen on 9 Nov 2017
Edited: Honglei Chen on 9 Nov 2017
You are mixing continuous and discrete in your model. For example, your impulse is discrete, your convolution is discrete, but your integrator is continuous. The following example used all discrete version and you can see the results match.
HTH
  3 Comments
timling
timling on 10 Nov 2017
Yes, I did mix discrete and continous Systems. Thanks for pointing that out. For sure that is the reason why both examples i showed in the beginning don't match. But I still don't understand why the result in every cas is the step Response of a highpass filter.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!