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