1mlib_SignalGenHanning_S16(3mMeLdIiBa)Lib Library Funcmtliiobn_sSignalGenHanning_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalGenHanning_S16 - Hanning window generation
7

SYNOPSIS

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

DESCRIPTION

16       The mlib_SignalGenHanning_S16() function generates the normalized coef‐
17       ficients of the Hanning window.
18

PARAMETERS

20       The function takes the following arguments:
21
22       window    Generated window coefficient array. The  window  coefficients
23                 are in Q15 format.
24
25
26       n         Length of window array.
27
28

RETURN VALUES

30       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
31       MLIB_FAILURE.
32

ATTRIBUTES

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

SEE ALSO

48       mlib_SignalGenBartlett_S16(3MLIB),    mlib_SignalGenHamming_S16(3MLIB),
49       mlib_SignalGenBlackman_S16(3MLIB),     mlib_SignalGenKaiser_S16(3MLIB),
50       attributes(5)
51
52
53
54SunOS 5.11                        2 Mar 2007  mlib_SignalGenHanning_S16(3MLIB)
Impressum