ifsm / pymus

pymus is a repository for teaching python for musicologists. The projects contains jupyter notebooks that include the most important codes and functions for musicologists.
MIT License
3 stars 0 forks source link

Audiofilter #13

Open jonathanpostawka opened 1 month ago

jonathanpostawka commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

TimZiemer commented 1 month ago

Please fill out the issue description. By the way: In ziemersteaching branch you can find my example of an all pass filer in shorttimefouriertransform.ipynb. It works, but I defined a static phase manipulation ((ϕ^5)/7 or so), instead of a variable (ϕ^f(t) or alike).