Delay when using lowpass(), medfilt1() and filter()
Mostrar comentarios más antiguos
Hello,
I'm trying to filter a data signal and I'm using y = lowpass(x,fpass,fs), medfilt(x),filter(b,a,x) for this.
I'm not sure if these functions in matlab introduce a delay to the signal or if they compensate themselves for this delay.
If they are how can I compensate for this delay?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Digital Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!