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

FeatureA new feature to add to OSEkitRequestAnything you'd like to see added or changed in OSEkit
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions