JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/dev/
Other
374 stars 108 forks source link

Docstring error - f parameter #549

Closed scls19fr closed 4 months ago

scls19fr commented 4 months ago

Hello,

I think there is an error with this docstring

https://github.com/JuliaDSP/DSP.jl/blob/3e3524f6ac7a52ab2f06843328f0b3b41bd62bb8/src/Filters/filt.jl#L122-L131

what is f parameter (is it coeff ?) ?

Kind regards

mbaz commented 4 months ago

Yes, I think it should be coef instead of f. Probably a copy/paste error, since filt takes an argument f.