3.3.4 HanningInit
Description
HanningInit initializes a Hanning window of length numElems.
Prototype
fractional* HanningInit(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
- inithann.c (c-code implementation)
