wind
This function creates an m-point window from the function f given as input.
Calling Sequence
w = window(f, m)
w = window(f, m, opts)
Parameters
f:
string value/window name
m:
positive integer value
opts:
string value, takes in "periodic" or "symmetric"
w:
output variable, vector of real numbers
Description