1mlib_SignalMulWindow_F32S_Fm3e2dSi(a3LMiLbIBL)ibrarymlFiubn_cStiigonnaslMulWindow_F32S_F32S(3MLIB)
2
3
4

NAME

6       mlib_SignalMulWindow_F32S_F32S - windowing
7

SYNOPSIS

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

DESCRIPTION

17       The  mlib_SignalMulWindow_F32S_F32S()  function  performs  a  windowing
18       operation.
19

PARAMETERS

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

RETURN VALUES

41       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
42       MLIB_FAILURE.
43

ATTRIBUTES

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

SEE ALSO

59       attributes(5)
60
61
62
63SunOS 5.11                        2 Mar 20m0l7ib_SignalMulWindow_F32S_F32S(3MLIB)
Impressum