3.3.2 BlackmanInit
Description
BlackmanInit initializes a Blackman (three terms) window of length numElems.
Prototype
fractional* BlackmanInit(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
- initblck.c (c-code implementation)
