mlib_signalmulbartlett_f32s(3mlib) sunos man page | unix.com

Man Page: mlib_signalmulbartlett_f32s

Operating Environment: sunos

Section: 3mlib

mlib_SignalMulBartlett_F32(3MLIB)			    mediaLib Library Functions				 mlib_SignalMulBartlett_F32(3MLIB)

NAME
mlib_SignalMulBartlett_F32, mlib_SignalMulBartlett_F32S - Bartlett windowing multiplication
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalMulBartlett_F32(mlib_f32 *srcdst, mlib_s32 n); mlib_status mlib_SignalMulBartlett_F32S(mlib_f32 *srcdst, mlib_s32 n);
DESCRIPTION
Each of these functions performs multiplication of the Bartlett window.
PARAMETERS
Each of the functions takes the following arguments: srcdst Input and output signal array. n Number of samples in signal and window arrays.
RETURN VALUES
Each of the functions returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
mlib_SignalMulBartlett_F32_F32(3MLIB), mlib_SignalMulBlackman_F32_F32(3MLIB), mlib_SignalMulBlackman_F32(3MLIB), mlib_SignalMulHam- ming_F32_F32(3MLIB), mlib_SignalMulHamming_F32(3MLIB), mlib_SignalMulHanning_F32_F32(3MLIB), mlib_SignalMulHanning_F32(3MLIB), mlib_Signal- MulKaiser_F32_F32(3MLIB), mlib_SignalMulKaiser_F32(3MLIB), mlib_SignalMulRectangular_F32_F32(3MLIB), mlib_SignalMulRectangular_F32(3MLIB), mlib_SignalMulWindow_F32(3MLIB), mlib_SignalMulWindow_F32_F32(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_SignalMulBartlett_F32(3MLIB)
Related Man Pages
mlib_signalmulbartlett_f32s_f32s(3mlib) - sunos
mlib_signalmulbartlett_f32_f32(3mlib) - sunos
mlib_signalmulblackman_f32(3mlib) - sunos
mlib_signalmulblackman_f32s_f32s(3mlib) - sunos
mlib_signalmulrectangular_f32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
How to convert number to english?
Using awk to remove lines from file that match text
Best performance UNIX just for HOST Virtualization?
Outputting sequences based on length with sed