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 visualización (últimos 30 días)
  3 comentarios
timling
timling el 8 de Nov. de 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):

Iniciar sesión para comentar.

Respuestas (1)

Honglei Chen
Honglei Chen el 9 de Nov. de 2017
Editada: Honglei Chen el 9 de Nov. de 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 comentarios
timling
timling el 10 de Nov. de 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.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by