1mlib_SignalMulBartlett_F32(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalMulBartlett_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalMulBartlett_F32, mlib_SignalMulBartlett_F32S - Bartlett win‐
7       dowing multiplication
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_SignalMulBartlett_F32(mlib_f32 *srcdst, mlib_s32 n);
14
15
16       mlib_status mlib_SignalMulBartlett_F32S(mlib_f32 *srcdst, mlib_s32 n);
17
18

DESCRIPTION

20       Each of these functions performs multiplication of the Bartlett window.
21

PARAMETERS

23       Each of the functions takes the following arguments:
24
25       srcdst    Input and output signal array.
26
27
28       n         Number of samples in signal and window arrays.
29
30

RETURN VALUES

32       Each of the functions returns MLIB_SUCCESS if successful. Otherwise  it
33       returns MLIB_FAILURE.
34

ATTRIBUTES

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

SEE ALSO

50       mlib_SignalMulBartlett_F32_F32(3MLIB),             mlib_SignalMulBlack‐
51       man_F32_F32(3MLIB), mlib_SignalMulBlackman_F32(3MLIB),  mlib_SignalMul‐
52       Hamming_F32_F32(3MLIB),  mlib_SignalMulHamming_F32(3MLIB), mlib_Signal‐
53       MulHanning_F32_F32(3MLIB), mlib_SignalMulHanning_F32(3MLIB),  mlib_Sig‐
54       nalMulKaiser_F32_F32(3MLIB), mlib_SignalMulKaiser_F32(3MLIB), mlib_Sig‐
55       nalMulRectangular_F32_F32(3MLIB), mlib_SignalMulRectangular_F32(3MLIB),
56       mlib_SignalMulWindow_F32(3MLIB),   mlib_SignalMulWindow_F32_F32(3MLIB),
57       attributes(5)
58
59
60
61SunOS 5.11                        2 Mar 2007 mlib_SignalMulBartlett_F32(3MLIB)
Impressum