scicpp::signal::windows::hann
Defined in header <scicpp/signal.hpp>
Return a Hann window, that is a general Hamming window
for \(\alpha = 0.5\).
-
template<typename
T
, std::size_t M
>
std::array<T, M> hann
()
-
template<typename
T
>
std::vector<T> hann
(std::size_t M)
- See also
- Scipy documentation