1mlib_SignalGenKaiser_S16(3MmLeIdBi)aLib Library Functmiloinbs_SignalGenKaiser_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalGenKaiser_S16 - Kaiser window generation
7

SYNOPSIS

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

DESCRIPTION

17       The  mlib_SignalGenKaiser_S16() function generates the normalized coef‐
18       ficients of the Kaiser 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       beta      Kaiser window parameter.
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_SignalGenBlackman_S16(3MLIB),
54       attributes(5)
55
56
57
58SunOS 5.11                        2 Mar 2007   mlib_SignalGenKaiser_S16(3MLIB)
Impressum