Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mlib_signalmulblackman_s16s(3mlib) [sunos man page]

mlib_SignalMulBlackman_S16(3MLIB)			    mediaLib Library Functions				 mlib_SignalMulBlackman_S16(3MLIB)

NAME
mlib_SignalMulBlackman_S16, mlib_SignalMulBlackman_S16S - Blackman windowing multiplication SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalMulBlackman_S16(mlib_s16 *srcdst, mlib_f32 alpha, mlib_s32 n); mlib_status mlib_SignalMulBlackman_S16S(mlib_s16 *srcdst, mlib_f32 alpha, 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. alpha Blackman window parameter. -1 < alpha < 0. 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_S16_S16(3MLIB), mlib_SignalMulBartlett_S16(3MLIB), mlib_SignalMulBlackman_S16_S16(3MLIB), mlib_SignalMulHam- ming_S16(3MLIB), mlib_SignalMulHamming_S16_S16(3MLIB), mlib_SignalMulHanning_S16(3MLIB), mlib_SignalMulHanning_S16_S16(3MLIB), mlib_Signal- MulKaiser_S16_S16(3MLIB), mlib_SignalMulKaiser_S16(3MLIB), mlib_SignalMulRectangular_S16_S16(3MLIB), mlib_SignalMulRectangular_S16(3MLIB), mlib_SignalMulWindow_S16(3MLIB), mlib_SignalMulWindow_S16_S16(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_SignalMulBlackman_S16(3MLIB)

Check Out this Related Man Page

mlib_SignalMulWindow_S16(3MLIB) 			    mediaLib Library Functions				   mlib_SignalMulWindow_S16(3MLIB)

NAME
mlib_SignalMulWindow_S16, mlib_SignalMulWindow_S16S - windowing SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalMulWindow_S16(mlib_s16 *srcdst, const mlib_s16 *window, mlib_s32 n); mlib_status mlib_SignalMulWindow_S16S(mlib_s16 *srcdst, const mlib_s16 *window, mlib_s32 n); DESCRIPTION
Each of these functions performs a windowing operation. PARAMETERS
Each of the functions takes the following arguments: srcdst Input and output signal array. window Window coefficient array. The window coefficients are in Q15 format. 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_S16(3MLIB), mlib_SignalMulBartlett_S16_S16(3MLIB), mlib_SignalMulBlackman_S16(3MLIB), mlib_SignalMulBlack- man_S16_S16(3MLIB), mlib_SignalMulHamming_S16(3MLIB), mlib_SignalMulHamming_S16_S16(3MLIB), mlib_SignalMulHanning_S16(3MLIB), mlib_Signal- MulHanning_S16_S16(3MLIB), mlib_SignalMulKaiser_S16(3MLIB), mlib_SignalMulKaiser_S16_S16(3MLIB), mlib_SignalMulRectangular_S16(3MLIB), mlib_SignalMulRectangular_S16_S16(3MLIB), mlib_SignalMulWindow_S16_S16(3MLIB), attributes(5) SunOS 5.10 9 Nov 2004 mlib_SignalMulWindow_S16(3MLIB)
Man Page