scicpp::signal::windows::blackmanharris

Defined in header <scicpp/signal.hpp>

Return a minimum 4-term Blackman-Harris window.


template<typename T, std::size_t M>
std::array<T, M> blackmanharris()

template<typename T>
std::vector<T> blackmanharris(std::size_t M)

See also
Scipy documentation