Blackman window
The Blackman window is the sum of the following cosines:
The NumPy blackman()
function returns the Blackman window. The only parameter is the number of points M
in the output window. If this number is 0
or less than 0
, the function returns an empty array.