filter-window | R Documentation |
Filter window functions
hanning(n)
hamming(n)
blackman(n)
blackmannuttall(n)
blackmanharris(n)
flattopwin(n)
bohmanwin(n)
n |
number of time-points in window |
A numeric vector of window with length n
hanning(10)
hamming(11)
blackmanharris(21)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.