3.3.1 BartlettInit
Description
BartlettInit initializes a Barlett window of length numElems.
Prototype
fractional* BartlettInit(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
- initbart.c (c-code implementation)
