-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I had expected a delay of N for a filter of length 2N+1. With the slowfir implementation that's what I get; however, the fastfir implementation seems to have an unexpected and much longer delay. Since I'm using a low pass filter to smooth time series data, it's important that the delay be predictable (hence my choice of an FIR filter). I haven't dug into the code, but I'm wondering if the buffer manipulation ends up with data that are not aligned as expected.
Metadata
Metadata
Assignees
Labels
No labels