1mlib_SignalCepstralInit_S16m(e3dMiLaILBi)b Library Fumnlcitbi_oSnisgnalCepstralInit_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalCepstralInit_S16,  mlib_SignalCepstralInit_F32 - initializa‐
7       tion for cepstral analysis
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_SignalCepstralInit_S16(void *state, mlib_s32 order);
14
15
16       mlib_status mlib_SignalCepstralInit_F32(void *state, mlib_s32 order);
17
18

DESCRIPTION

20       Each of these functions initializes the internal  state  structure  for
21       cepstral analysis.
22
23
24       The  init  function  performs  internal  state structure allocation and
25       global initialization. Per function call initialization is done in each
26       function, so the same internal state structure can be reused for multi‐
27       plefunction calls.
28

PARAMETERS

30       Each of the functions takes the following arguments:
31
32       order    The order of the input signal vector and the cepstral  coeffi‐
33                cients, where length = 2**order.
34
35
36       state    Pointer to the internal state structure.
37
38

RETURN VALUES

40       Each  of the functions returns MLIB_SUCCESS if successful. Otherwise it
41       returns MLIB_FAILURE.
42

ATTRIBUTES

44       See attributes(5) for descriptions of the following attributes:
45
46
47
48
49       ┌─────────────────────────────┬─────────────────────────────┐
50       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
51       ├─────────────────────────────┼─────────────────────────────┤
52       │Interface Stability          │Committed                    │
53       ├─────────────────────────────┼─────────────────────────────┤
54       │MT-Level                     │MT-Safe                      │
55       └─────────────────────────────┴─────────────────────────────┘
56

SEE ALSO

58       mlib_SignalCepstral_S16(3MLIB),     mlib_SignalCepstral_S16_Adp(3MLIB),
59       mlib_SignalCepstral_F32(3MLIB),     mlib_SignalCepstralFree_S16(3MLIB),
60       mlib_SignalCepstralFree_F32(3MLIB), attributes(5)
61
62
63
64SunOS 5.11                        2 Mar 2007mlib_SignalCepstralInit_S16(3MLIB)
Impressum