scicpp::signal::windows::cosine

Defined in header <scicpp/signal.hpp>

Return a window with a cosine shape.


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

Return a std::array of size M.


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

Return a std::vector of size M.


See also
Scipy documentation