mediaLib Library Functions mlibSignalMulBartlettF32F32(3MLIB)
NAME
mlibSignalMulBartlettF32F32,
mlibSignalMulBartlettF32SF32S - Bartlett windowing multi-
plication
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalMulBartlettF32F32(mlibf32 *dst,
const mlibf32 *src, mlibs32 n);
mlibstatus mlibSignalMulBartlettF32SF32S(mlibf32 *dst,
const mlibf32 *src, mlibs32 n);
DESCRIPTION
Each of these functions performs multiplication of the
Bartlett window.
PARAMETERS
Each of the functions takes the following arguments:
dst Output signal array.
src Input signal array.
n Number of samples in signal and window arrays.
RETURN VALUES
Each of the functions returns MLIBSUCES if successful.
Otherwise it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlibSignalMulBartlettF32F32(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalMulBartlettF32(3MLIB),
mlibSignalMulBlackmanF32F32(3MLIB),
mlibSignalMulBlackmanF32(3MLIB),
mlibSignalMulHammingF32F32(3MLIB),
mlibSignalMulHammingF32(3MLIB),
mlibSignalMulHanningF32F32(3MLIB),
mlibSignalMulHanningF32(3MLIB),
mlibSignalMulKaiserF32F32(3MLIB),
mlibSignalMulKaiserF32(3MLIB),
mlibSignalMulRectangularF32F32(3MLIB),
mlibSignalMulRectangularF32(3MLIB),
mlibSignalMulWindowF32(3MLIB),
mlibSignalMulWindowF32F32(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|