1mlib_SignalMulWindow_F32S(3mMeLdIiBa)Lib Library Funcmtliiobn_sSignalMulWindow_F32S(3MLIB)
2
3
4

NAME

6       mlib_SignalMulWindow_F32S - windowing
7

SYNOPSIS

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

DESCRIPTION

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

PARAMETERS

21       The function takes the following arguments:
22
23       srcdst    Input and output signal array  are  in  stereo  format  where
24                 srcdst[0]  contains  the  values for channel 0, and srcdst[1]
25                 holds the valuesfor channel 1.
26
27
28       window    Window coefficient array. The window coefficients are in  Q15
29                 format.
30
31
32       n         Number of samples in signal and window arrays.
33
34

RETURN VALUES

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

ATTRIBUTES

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

SEE ALSO

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