[SciPy-Dev] Exposing additional window functions in scipy.signal

Jordan Heemskerk jheemskerk at urthecast.com
Wed Mar 7 17:24:15 EST 2018


Greetings,

I’m hoping to make a small contribution in the scipy.signal.windows module which exposes an existing private function _cos_win as general_cosine and implements a new general_hamming window.

Lately I’ve been coming across these windows in my line of work and having an idiomatic way to produce them through SciPy would be beneficial to me. Although they are not the most common windows, they are used (see PR) and hopefully other members of the community would be interested in having a standard Python implementation.

I’ve drafted the potential changes in PR #8534 (https://github.com/scipy/scipy/pull/8534) and am hoping to recruit some reviewers.

Thanks,

Jordan Heemskerk
Urthecast Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20180307/63d16069/attachment-0001.html>


More information about the SciPy-Dev mailing list