1mlib_SignalLPCCovarianceInimte_dSi1a6L(i3bMLLIiBb)ramrlyibF_uSnicgtniaolnLsPCCovarianceInit_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalLPCCovarianceInit_S16,   mlib_SignalLPCCovarianceInit_F32  -
7       initialization for covariance method of linear predictive coding
8

SYNOPSIS

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

DESCRIPTION

22       Each function initializes the internal state structure  for  covariance
23       method of linear predictive coding (LPC).
24
25
26       The  init  function  performs  internal  state structure allocation and
27       global initialization. Per LPC function call initialization is done  in
28       LPC  function,  so  the same internal state structure can be reused for
29       multiple LPC function calls.
30

PARAMETERS

32       Each function takes the following arguments:
33
34       state     Pointer to the internal state structure.
35
36
37       length    The length of the input signal vector.
38
39
40       order     The order of the linear prediction filter.
41
42

RETURN VALUES

44       Each function returns MLIB_SUCCESS if successful. Otherwise it  returns
45       MLIB_FAILURE.
46

ATTRIBUTES

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

SEE ALSO

62       mlib_SignalLPCCovariance_S16(3MLIB),          mlib_SignalLPCCovariance‐
63       Free_S16(3MLIB), attributes(5)
64
65
66
67SunOS 5.11                        2 Marm2l0i0b7_SignalLPCCovarianceInit_S16(3MLIB)
Impressum