Derivative of a step in discrete domain is impulse and would like to avoid it. How to do it?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Radhakrishna Kothamasu
el 28 de Abr. de 2016
Respondida: Swarooph
el 4 de Mayo de 2016
I used discrete derivative blocks in my model. Discontinuous signals are fed to these derivative blocks and sometimes I get peaks in the output(Impulse) and would like to avoid it. Any Ideas? Thanks in advance for the help.
0 comentarios
Respuesta aceptada
Swarooph
el 4 de Mayo de 2016
Its usually recommended to feed only smooth signals to derivative blocks for the same issue you are mentioning here. One way to avoid this is to use a smoothing filter (low pass) before the discrete derivative so that this sudden change is evened out. Depending on your application, a moving average kind of technique might also work.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!