Skip to content

Butterworth filtering implemented in Transform object #369

@mathieudpnt

Description

@mathieudpnt

Image

It could be nice to have an option to apply a digital Butterworth filter to the audiodata, maybe with a syntax similar to how we currently apply an SFT:

from scipy.signal import butter
from osekit.public.project import Transform

fil = butter(...)

transform = Transform(
   ...,
   filter=fil,
)

whatcha thinkin' ??

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions