size of the window (number of weights to generate)
Examples
# Window functionsplot(hanning(1024), type ='l', xlab ='window', ylab ='weight')lines(hamming(1024), type ='l', col ='red')lines(bartlett(1024), type ='l', col ='blue')lines(welch(1024), type ='l', col ='purple')lines(flattop(1024), type ='l', col ='darkgreen')