Defined in header <scicpp/signal.hpp>
Return a window with kind defined by the enum:
enum Window : std::size_t {
Boxcar,
Bartlett,
Cosine,
Hann,
Hamming,
Blackman,
Nuttall,
Blackmanharris,
Flattop,
Bohman,
Parzen,
Lanczos
};