1mlib_SignalGenBlackman_S16(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalGenBlackman_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalGenBlackman_S16 - Blackman window generation
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalGenBlackman_S16(mlib_s16 *window, mlib_f32 alpha,
13            mlib_s32 n);
14
15

DESCRIPTION

17       The  mlib_SignalGenBlackman_S16()  function  generates  the  normalized
18       coefficients of the Blackman window.
19

PARAMETERS

21       The function takes the following arguments:
22
23       window    Generated window coefficient array. The  window  coefficients
24                 are in Q15 format.
25
26
27       alpha     Blackman window parameter. -1 < alpha < 0.
28
29
30       n         Length of window array.
31
32

RETURN VALUES

34       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
35       MLIB_FAILURE.
36

ATTRIBUTES

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

SEE ALSO

52       mlib_SignalGenBartlett_S16(3MLIB),    mlib_SignalGenHanning_S16(3MLIB),
53       mlib_SignalGenHamming_S16(3MLIB),      mlib_SignalGenKaiser_S16(3MLIB),
54       attributes(5)
55
56
57
58SunOS 5.11                        2 Mar 2007 mlib_SignalGenBlackman_S16(3MLIB)
Impressum