Derive a window
DH = dwindow(H) DH = dwindow(N, NAME) DH = dwindow(N, NAME, PARAM) DH = dwindow(N, NAME, PARAM, PARAM2)
a real vector: the window coefficients.
a positive integer value: the length of the window
a character string : the name of the window shape (see below)
a real number: an optional parameter for 'Kaiser', "Spline" or "Nutbess" windows
a real number: a second optional parameters for "Spline" or "Nutbess" windows
a real vector with same sizes as H: the coefficients of the derivative of H.
dwindow(H) computes an estimation of the given window H. It is should not be accurate for small length windows. dwindow(N,NAME,...) compute exact derivative of the window defined by its name and its length. See tftb_window.