ExtraWindows provides additional windowing functions to the ones already available in the Signal class methods. It also overrides some of the original class methods to provide an extra parameter - sym - controlling the window's symmetric or periodic property.
Documentation on the methods can be found here: Signal: Windows from ExtraWindows Quark
The README of the repository can be found here: https://github.com/khoin/ExtraWindows
Run this code below to display an interface to compare between different windows
Scipy's implementation of their Gaussian window (scipy.signal.gaussian) is different from ExtraWindow's. Here is the converting function:
This Quark comes with its Unit Test. We should expect no failure when we run the test:
ExtraWindows was made with referneces to these sources: