Returns a 1xN array of values after applying the
HAMMING window function.
Format
HAMMING (a)
Argument
a | A 1xN array of real numbers. |
Example
The following example illustrates the use of the HAMMING function:
Function | HAMMING ({1,2,3,4,2}) |
Result | {0.0800, 1.0800, 3.0000, 2.1600, 0.1600} |