Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mlib_signalmulhanning_f32s(3mlib) [opensolaris man page]

mlib_SignalMulHanning_F32(3MLIB)			    mediaLib Library Functions				  mlib_SignalMulHanning_F32(3MLIB)

NAME
mlib_SignalMulHanning_F32, mlib_SignalMulHanning_F32S - Hanning windowing multiplication SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalMulHanning_F32(mlib_f32 *srcdst, mlib_s32 n); mlib_status mlib_SignalMulHanning_F32S(mlib_f32 *srcdst, mlib_s32 n); DESCRIPTION
Each of these functions performs multiplication of the Hanning window. PARAMETERS
Each of the functions takes the following arguments: srcdst Source and destination 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 |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
mlib_SignalMulBartlett_F32(3MLIB), mlib_SignalMulBartlett_F32_F32(3MLIB), mlib_SignalMulBlackman_F32(3MLIB), mlib_SignalMulBlack- man_F32_F32(3MLIB), mlib_SignalMulHamming_F32(3MLIB), mlib_SignalMulHamming_F32_F32(3MLIB), mlib_SignalMulHanning_F32_F32(3MLIB), mlib_Sig- nalMulKaiser_F32_F32(3MLIB), mlib_SignalMulKaiser_F32(3MLIB), mlib_SignalMulRectangular_F32_F32(3MLIB), mlib_SignalMulRectangu- lar_F32(3MLIB), mlib_SignalMulWindow_F32(3MLIB), mlib_SignalMulWindow_F32_F32(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalMulHanning_F32(3MLIB)

Check Out this Related Man Page

mlib_SignalMulKaiser_F32(3MLIB) 			    mediaLib Library Functions				   mlib_SignalMulKaiser_F32(3MLIB)

NAME
mlib_SignalMulKaiser_F32, mlib_SignalMulKaiser_F32S - Kaiser windowing multiplication SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalMulKaiser_F32(mlib_f32 *srcdst, mlib_f32 beta, mlib_s32 n); mlib_status mlib_SignalMulKaiser_F32S(mlib_f32 *srcdst, mlib_f32 beta, mlib_s32 n); DESCRIPTION
Each of these functions performs multiplication of the Kaiser window. PARAMETERS
Each of the functions takes the following arguments: srcdst Source and destination signal array. beta Kaiser window parameter. 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 |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
mlib_SignalMulBartlett_F32(3MLIB), mlib_SignalMulBartlett_F32_F32(3MLIB), mlib_SignalMulBlackman_F32(3MLIB), mlib_SignalMulBlack- man_F32_F32(3MLIB), mlib_SignalMulHamming_F32(3MLIB), mlib_SignalMulHamming_F32_F32(3MLIB), mlib_SignalMulHanning_F32(3MLIB), mlib_Signal- MulHanning_F32_F32(3MLIB), mlib_SignalMulKaiser_F32_F32(3MLIB), mlib_SignalMulRectangular_F32_F32(3MLIB), mlib_SignalMulRectangu- lar_F32(3MLIB), mlib_SignalMulWindow_F32(3MLIB), mlib_SignalMulWindow_F32_F32(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalMulKaiser_F32(3MLIB)
Man Page