1mlib_SignalMulBartlett_S16(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalMulBartlett_S16(3MLIB)
2
3
4
6 mlib_SignalMulBartlett_S16, mlib_SignalMulBartlett_S16S - Bartlett win‐
7 dowing multiplication
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_SignalMulBartlett_S16(mlib_s16 *srcdst, mlib_s32 n);
14
15
16 mlib_status mlib_SignalMulBartlett_S16S(mlib_s16 *srcdst, mlib_s32 n);
17
18
20 Each of these functions performs multiplication of the Bartlett window.
21
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
32 Each of the functions returns MLIB_SUCCESS if successful. Otherwise it
33 returns MLIB_FAILURE.
34
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
50 mlib_SignalMulBartlett_S16_S16(3MLIB), mlib_SignalMulBlack‐
51 man_S16_S16(3MLIB), mlib_SignalMulBlackman_S16(3MLIB), mlib_SignalMul‐
52 Hamming_S16_S16(3MLIB), mlib_SignalMulHamming_S16(3MLIB), mlib_Signal‐
53 MulHanning_S16_S16(3MLIB), mlib_SignalMulHanning_S16(3MLIB), mlib_Sig‐
54 nalMulKaiser_S16_S16(3MLIB), mlib_SignalMulKaiser_S16(3MLIB), mlib_Sig‐
55 nalMulRectangular_S16_S16(3MLIB), mlib_SignalMulRectangular_S16(3MLIB),
56 mlib_SignalMulWindow_S16(3MLIB), mlib_SignalMulWindow_S16_S16(3MLIB),
57 attributes(5)
58
59
60
61SunOS 5.11 2 Mar 2007 mlib_SignalMulBartlett_S16(3MLIB)