Skip to content

FIRFilter initialization #2

@m0rphex

Description

@m0rphex

Hi thanks for the library. Testing the Butterworth worked great with i2s audio and the ESP32.
I would like to test coefficients with the FIRFilter, but having trouble initiating the filter and there isn't an example for it currently, at least I haven't found one.
Something like auto filter = FIRFilter<TAP_COUNT, uint16_t>(&filter_taps) doesn't work. I'm aware that the notch filter makes use of the FIRFilter, but I can't wrap my head around how to get a simple FIR filter object initialized.
An example would be great!

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