| nuttallwin {gsignal} | R Documentation | 
Nuttall-defined minimum 4-term Blackman-Harris window
Description
Return the filter coefficients of a Blackman-Harris window defined by Nuttall
of length n.
Usage
nuttallwin(n, method = c("symmetric", "periodic"))
Arguments
| n | Window length, specified as a positive integer. | 
| method | Character string. Window sampling method, specified as: 
 | 
Details
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.
Value
Nuttall-defined Blackman-Harris window, returned as a vector.
Author(s)
Sylvain Pelissier, sylvain.pelissier@gmail.com.
Conversion to R by Geert van Boxtel, G.J.M.vanBoxtel@gmail.com.
See Also
Examples
n <- nuttallwin(64)
plot (n, type = "l", xlab = "Samples", ylab =" Amplitude")