dasp icon indicating copy to clipboard operation
dasp copied to clipboard

Adding biquad filtering to `Signal`

Open linclelinkpart5 opened this issue 5 years ago • 0 comments

I'm working on a project that involves using biquad filtering on an audio signal. Right now I'm doing it by hand manually using map, but I was wondering if it would be helpful to have this be a first-class method on Signal? Perhaps a Signal::biquad(b0, b1, b2, a1, a2) that produces a new Signal?

linclelinkpart5 avatar Jan 02 '21 20:01 linclelinkpart5