sunos man page for mlib_signalmulrectangular_f32_f32

Query: mlib_signalmulrectangular_f32_f32

OS: sunos

Section: 3mlib

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mlib_SignalMulRectangular_F32_F32(3MLIB)		    mediaLib Library Functions			  mlib_SignalMulRectangular_F32_F32(3MLIB)

NAME
mlib_SignalMulRectangular_F32_F32, mlib_SignalMulRectangular_F32S_F32S - rectangular windowing multiplication
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> mlib_status mlib_SignalMulRectangular_F32_F32(mlib_f32 *dst, const mlib_f32 *src, mlib_s32 m, mlib_s32 n); mlib_status mlib_SignalMulRectangular_F32S_F32S(mlib_f32 *dst, const mlib_f32 *src, mlib_s32 m, mlib_s32 n);
DESCRIPTION
Each of these functions performs multiplication of the Hamming window.
PARAMETERS
Each of the functions takes the following arguments: dst Output signal array. src Input signal array. m Rectangular 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 |Evolving | +-----------------------------+-----------------------------+ |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(3MLIB), mlib_SignalMulKaiser_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_SignalMulRectangular_F32_F32(3MLIB)
Related Man Pages
mlib_signalmulhamming_f32s_f32s(3mlib) - sunos
mlib_signalmulrectangular_f32(3mlib) - sunos
mlib_signalmulhamming_f32s_f32s(3mlib) - opensolaris
mlib_signalmulkaiser_f32_f32(3mlib) - opensolaris
mlib_signalmulrectangular_f32(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Once upon an uptime.
Using awk to remove lines from file that match text
Outputting sequences based on length with sed
Sort only numbers within a string
UNIX Environment Setup - (Just starting!)