This function creates an m-point window from the function f given as input.
w = window(f, m) w = window(f, m, opts)
string value
positive integer value
string value, takes in "periodic" or "symmetric"
output variable, vector of real numbers
This is an Octave function. This function creates an m-point window from the function f given as input, in the output vector w. f can take any valid function as a string, for example "blackmanharris".