1mlib_SignalMulWindow_F32_F3m2e(d3iMaLLIiBb)Library Fmulnicbt_iSoingsnalMulWindow_F32_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalMulWindow_F32_F32 - windowing
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalMulWindow_F32_F32(mlib_f32 *dst,
13            const mlib_f32 *src, const mlib_f32 *window, mlib_s32 n);
14
15

DESCRIPTION

17       The mlib_SignalMulWindow_F32_F32() function performs a windowing opera‐
18       tion.
19

PARAMETERS

21       The function takes the following arguments:
22
23       dst       Output signal array.
24
25
26       src       Input signal array.
27
28
29       window    Window coefficient array. The window coefficients are in  Q15
30                 format.
31
32
33       n         Number of samples in signal and window arrays.
34
35

RETURN VALUES

37       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
38       MLIB_FAILURE.
39

ATTRIBUTES

41       See attributes(5) for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │Interface Stability          │Committed                    │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │MT-Level                     │MT-Safe                      │
52       └─────────────────────────────┴─────────────────────────────┘
53

SEE ALSO

55       attributes(5)
56
57
58
59SunOS 5.11                        2 Mar 2007mlib_SignalMulWindow_F32_F32(3MLIB)
Impressum