3.3.3 HammingInit
Description
HammingInit initializes a Hamming window of length numElems.
Prototype
fractional* HammingInit(int numElems, fractional* window);
Arguments
|
Parameters |
Description |
|---|---|
|
numElems |
Number of rows in the source matrices. |
|
window |
Number of columns in the source matrices. |
Returns
Pointer to the base address of the initialized window.
Remarks
The window vector must already exist, with exactly numElems number of elements.
Source File
- inithamm.c (c-code implementation)
