1-D digital filter runtime
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Peter Cook
el 27 de Mzo. de 2015
Comentada: Star Strider
el 27 de Mzo. de 2015
Quick question - Is there any computational savings to padding input arrays for the filter function to a power of 2?
0 comentarios
Respuesta aceptada
Star Strider
el 27 de Mzo. de 2015
Not that I’m aware of. It would likely do the opposite. (It could also introduce artefactual ‘ringing’ in the output with a sharp transition to zeros.)
Also, use the filtfilt function if you have the Signal Processing Toolbox. It has the advantage of not introducing any phase distortion. The filter function does.
2 comentarios
Más 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!