Skip to content

Unexpected delay for fast fir #2

@geoffreymbrown

Description

@geoffreymbrown

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions