1mlib_SignalEmphasizeInit_S1m6e_dSi1a6L(i3bMLLIiBb)ramrlyibF_uSnicgtniaolnEsmphasizeInit_S16_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalEmphasizeInit_S16_S16,   mlib_SignalEmphasizeInit_S16S_S16S,
7       mlib_SignalEmphasizeInit_F32_F32, mlib_SignalEmphasizeInit_F32S_F32S  -
8       initialization for signal pre-emphasizing
9

SYNOPSIS

11       cc [ flag... ] file... -lmlib [ library... ]
12       #include <mlib.h>
13
14       mlib_status mlib_SignalEmphasizeInit_S16_S16(void **filter,
15            mlib_f32 alpha);
16
17
18       mlib_status mlib_SignalEmphasizeInit_S16S_S16S(void **filter,
19            mlib_f32 alpha);
20
21
22       mlib_status mlib_SignalEmphasizeInit_F32_F32(void **filter,
23            mlib_f32 alpha);
24
25
26       mlib_status mlib_SignalEmphasizeInit_F32S_F32S(void **filter,
27            mlib_f32 alpha);
28
29

DESCRIPTION

31       Each  of these functions allocates memory for an internal filter struc‐
32       ture and converts the filter coefficients into the internal representa‐
33       tion.
34

PARAMETERS

36       Each of the functions takes the following arguments:
37
38       filter    Internal filter structure.
39
40
41       alpha     Emphasizing coefficient. 0 < alpha < 1.0
42
43

RETURN VALUES

45       Each  of the functions returns MLIB_SUCCESS if successful. Otherwise it
46       returns MLIB_FAILURE.
47

ATTRIBUTES

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

SEE ALSO

63       mlib_SignalEmphasize_S16_S16_Sat(3MLIB),          mlib_SignalEmphasize‐
64       Free_S16_S16(3MLIB), attributes(5)
65
66
67
68SunOS 5.11                        2 Marm2l0i0b7_SignalEmphasizeInit_S16_S16(3MLIB)
Impressum