1mlib_SignalMulRectangular_Fm3e2d(i3aMLLiIbB)LibrarymFluinbc_tSiiognnsalMulRectangular_F32(3MLIB)
2
3
4
6 mlib_SignalMulRectangular_F32, mlib_SignalMulRectangular_F32S - rectan‐
7 gular windowing multiplication
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 mlib_status mlib_SignalMulRectangular_F32(mlib_f32 *srcdst, mlib_s32 m,
14 mlib_s32 n);
15
16
17 mlib_status mlib_SignalMulRectangular_F32S(mlib_f32 *srcdst, mlib_s32 m,
18 mlib_s32 n);
19
20
22 Each of these functions performs multiplication of the rectangular win‐
23 dow.
24
26 Each of the functions takes the following arguments:
27
28 srcdst Input and output signal array.
29
30
31 m Rectangular window parameter.
32
33
34 n Number of samples in signal and window arrays.
35
36
38 Each of the functions returns MLIB_SUCCESS if successful. Otherwise it
39 returns MLIB_FAILURE.
40
42 See attributes(5) for descriptions of the following attributes:
43
44
45
46
47 ┌─────────────────────────────┬─────────────────────────────┐
48 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │Interface Stability │Committed │
51 ├─────────────────────────────┼─────────────────────────────┤
52 │MT-Level │MT-Safe │
53 └─────────────────────────────┴─────────────────────────────┘
54
56 mlib_SignalMulBartlett_F32(3MLIB), mlib_SignalMul‐
57 Bartlett_F32_F32(3MLIB), mlib_SignalMulBlackman_F32(3MLIB), mlib_Sig‐
58 nalMulBlackman_F32_F32(3MLIB), mlib_SignalMulHamming_F32(3MLIB),
59 mlib_SignalMulHamming_F32_F32(3MLIB), mlib_SignalMulHanning_F32(3MLIB),
60 mlib_SignalMulHanning_F32_F32(3MLIB), mlib_SignalMulKaiser_F32(3MLIB),
61 mlib_SignalMulKaiser_F32_F32(3MLIB), mlib_SignalMulRectangu‐
62 lar_F32_F32(3MLIB), mlib_SignalMulWindow_F32(3MLIB), mlib_SignalMulWin‐
63 dow_F32_F32(3MLIB), attributes(5)
64
65
66
67SunOS 5.11 2 Mar 200m7lib_SignalMulRectangular_F32(3MLIB)