1mlib_SignalDTWScalarInit_F3m2e(d3iMaLLIiBb)Library Fmulnicbt_iSoingsnalDTWScalarInit_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalDTWScalarInit_F32 - initialization for scalar data
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalDTWScalarInit_F32(void *state,
13            const mlib_f32 *dref, mlib_s32 lref, mlib_s32 delta,
14            mlib_s32 local, mlib_s32 slope);
15
16

DESCRIPTION

18       The  mlib_SignalDTWScalarInit_F32()  function  initializes the internal
19       state structure for dynamic time warping (DTW) of scalar data.
20
21
22       The init function performs  internal  state  structure  allocation  and
23       global  initialization. Per DTW function call initialization is done in
24       DTW function, so the same internal state structure can  be  reused  for
25       multiple DTW function calls.
26

PARAMETERS

28       The function takes the following arguments:
29
30       dref     The reference data array.
31
32
33       lref     The length of the reference data array.
34
35
36       delta    The delta in the endpoint constraints.
37
38
39       local    The type of the local continuity constraints. MLIB_DTW_ITAKURA
40                for Itakura type constraints.
41
42
43       slope    The type of the slope weighting. MLIB_DTW_NONE  for  no  slope
44                weighting.
45
46
47       state    Pointer to the internal state structure.
48
49

RETURN VALUES

51       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
52       MLIB_FAILURE.
53

ATTRIBUTES

55       See attributes(5) for descriptions of the following attributes:
56
57
58
59
60       ┌─────────────────────────────┬─────────────────────────────┐
61       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │Interface Stability          │Committed                    │
64       ├─────────────────────────────┼─────────────────────────────┤
65       │MT-Level                     │MT-Safe                      │
66       └─────────────────────────────┴─────────────────────────────┘
67

SEE ALSO

69       mlib_SignalDTWScalarInit_F32(3MLIB),   mlib_SignalDTWScalar_F32(3MLIB),
70       mlib_SignalDTWScalarPath_F32(3MLIB),              mlib_SignalDTWScalar‐
71       Free_F32(3MLIB), attributes(5)
72
73
74
75SunOS 5.11                        2 Mar 2007mlib_SignalDTWScalarInit_F32(3MLIB)
Impressum