3.3.5 KaiserInit

Description

KaiserInit initializes a Kaiser window of length numElems.

Prototype

fractional* KaiserInit(int numElems, fractional* window, float betaVal);

Arguments

Parameters

Description

numElems

Number of rows in the source matrices.

window

Number of columns in the source matrices.

betaVal

Window shaping parameter.

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

  • initkais.c (c-code implementation)