1mlib_SignalFIRInit_S16_S16(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalFIRInit_S16_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalFIRInit_S16_S16,   mlib_SignalFIRInit_S16S_S16S   -   Finite
7       Impulse Response (FIR) filtering
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_SignalFIRInit_S16_S16(void **filter,
14            const mlib_f32 *flt,mlib_s32 tap);
15
16
17       mlib_status mlib_SignalFIRInit_S16S_S16S(void **filter,
18            const mlib_f32 *flt,mlib_s32 tap);
19
20

DESCRIPTION

22       Each of these functions allocates memory for the internal filter struc‐
23       ture  and  converts  the filter coefficients to an internal representa‐
24       tion.
25

PARAMETERS

27       Each of the functions takes the following arguments:
28
29       filter    Internal filter structure.
30
31
32       flt       Filter coefficient array.
33
34
35       tap       Taps of the filter.
36
37

RETURN VALUES

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

ATTRIBUTES

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

SEE ALSO

57       mlib_SignalFIR_S16_S16_Sat(3MLIB),   mlib_SignalFIRFree_S16_S16(3MLIB),
58       attributes(5)
59
60
61
62SunOS 5.11                        2 Mar 2007 mlib_SignalFIRInit_S16_S16(3MLIB)
Impressum