1mlib_SignalGenHamming_F32(3mMeLdIiBa)Lib Library Funcmtliiobn_sSignalGenHamming_F32(3MLIB)
2
3
4
6 mlib_SignalGenHamming_F32 - Hamming window generation
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 mlib_status mlib_SignalGenHamming_F32(mlib_f32 *window, mlib_s32 n);
13
14
16 The mlib_SignalGenHamming_F32() function generates the normalized coef‐
17 ficients of the Hamming window.
18
20 The function takes the following arguments:
21
22 window Generated window coefficient array.
23
24
25 n Length of window array.
26
27
29 The function returns MLIB_SUCCESS if successful. Otherwise it returns
30 MLIB_FAILURE.
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Interface Stability │Committed │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │MT-Level │MT-Safe │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 attributes(5)
48
49
50
51SunOS 5.11 2 Mar 2007 mlib_SignalGenHamming_F32(3MLIB)