-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Labels
No labels