mediaLib Library Functions mlibSignalGenBlackmanS16(3MLIB)
NAME
mlibSignalGenBlackmanS16 - Blackman window generation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalGenBlackmanS16(mlibs16 *window, mlibf32 alpha,
mlibs32 n);
DESCRIPTION
The mlibSignalGenBlackmanS16() function generates the nor-
malized coefficients of the Blackman window.
PARAMETERS
The function takes the following arguments:
window Generated window coefficient array. The window
coefficients are in Q15 format.
alpha Blackman window parameter. -1 < alpha < 0.
n Length of window array.
RETURN VALUES
The function returns MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalGenBartlettS16(3MLIB),
mlibSignalGenHanningS16(3MLIB),
mlibSignalGenHammingS16(3MLIB),
mlibSignalGenKaiserS16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|