1mlib_SignalMulBartlett_F32_mFe3d2i(a3LMiLbIBL)ibrarymlFiubn_cStiigonnaslMulBartlett_F32_F32(3MLIB)
2
3
4
6 mlib_SignalMulBartlett_F32_F32, mlib_SignalMulBartlett_F32S_F32S -
7 Bartlett windowing multiplication
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_SignalMulBartlett_F32_F32(mlib_f32 *dst,
14 const mlib_f32 *src, mlib_s32 n);
15
16
17 mlib_status mlib_SignalMulBartlett_F32S_F32S(mlib_f32 *dst,
18 const mlib_f32 *src, mlib_s32 n);
19
20
22 Each of these functions performs multiplication of the Bartlett window.
23
25 Each of the functions takes the following arguments:
26
27 dst Output signal array.
28
29
30 src Input signal array.
31
32
33 n Number of samples in signal and window arrays.
34
35
37 Each of the functions returns MLIB_SUCCESS if successful. Otherwise it
38 returns MLIB_FAILURE.
39
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
55 mlib_SignalMulBartlett_F32(3MLIB), mlib_SignalMulBlack‐
56 man_F32_F32(3MLIB), mlib_SignalMulBlackman_F32(3MLIB), mlib_SignalMul‐
57 Hamming_F32_F32(3MLIB), mlib_SignalMulHamming_F32(3MLIB), mlib_Signal‐
58 MulHanning_F32_F32(3MLIB), mlib_SignalMulHanning_F32(3MLIB), mlib_Sig‐
59 nalMulKaiser_F32_F32(3MLIB), mlib_SignalMulKaiser_F32(3MLIB), mlib_Sig‐
60 nalMulRectangular_F32_F32(3MLIB), mlib_SignalMulRectangular_F32(3MLIB),
61 mlib_SignalMulWindow_F32(3MLIB), mlib_SignalMulWindow_F32_F32(3MLIB),
62 attributes(5)
63
64
65
66SunOS 5.11 2 Mar 20m0l7ib_SignalMulBartlett_F32_F32(3MLIB)