nuttallwin | R Documentation |
Return the filter coefficients of a Blackman-Harris window defined by Nuttall
of length n
.
nuttallwin(n, method = c("symmetric", "periodic"))
n |
Window length, specified as a positive integer. |
method |
Character string. Window sampling method, specified as:
|
The window is minimum in the sense that its maximum sidelobes are minimized.
The coefficients for this window differ from the Blackman-Harris window
coefficients computed with blackmanharris
and produce slightly lower
sidelobes.
Nuttall-defined Blackman-Harris window, returned as a vector.
Sylvain Pelissier, sylvain.pelissier@gmail.com.
Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com.
blackman
, blackmanharris
n <- nuttallwin(64)
plot (n, type = "l", xlab = "Samples", ylab =" Amplitude")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.