window_first_deriv | R Documentation |
First derivative window for FFT
window_first_deriv(n, a0, a1, a2, a3)
n |
length of the window vector (integer) |
a0 |
|
a1 |
|
a2 |
|
a3 |
|
window
# nuttall window
window_first_deriv(100, 0.355768, 0.487396, 0.144232, 0.012604)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.