Why filtfilt when filter transfer function easy to calculate in frequecy domain
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
My task requires zero-phase filtering. Why use the filtfilt command which increases the order of the filter by a factor of two when the same task could be done in the frequency domain without increasing filter order. All of my filtering is done off-line so the filter need not be causal. However, my results with filtfilt for similar filters are much smoother than my results with frequency domain filtering (ringing). I am guessing that I need to use a window on my time-series data to decrease the ringing.
2 comentarios
Jan
el 5 de Feb. de 2013
What is your question? Could you post the used code such that we can see what exactly happens?
Respuestas (0)
Ver también
Categorías
Más información sobre Digital Filtering 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!