1mlib_SignalFIR_S16_S16_Sat(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalFIR_S16_S16_Sat(3MLIB)
2
3
4

NAME

6       mlib_SignalFIR_S16_S16_Sat,   mlib_SignalFIR_S16S_S16S_Sat   -   Finite
7       Impulse Response (FIR) filtering
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_SignalFIR_S16_S16_Sat(mlib_s16 *dst,
14            const mlib_s16 *src,void *filter, mlib_s32 n);
15
16
17       mlib_status mlib_SignalFIR_S16S_S16S_Sat(mlib_s16 *dst,
18            const mlib_s16 *src,void *filter, mlib_s32 n);
19
20

DESCRIPTION

22       Each of these functions applies the FIR filter to one signal packet and
23       updates the filter state.
24

PARAMETERS

26       Each of the functions takes the following arguments:
27
28       dst       Output signal array.
29
30
31       src       Input signal array.
32
33
34       filter    Internal filter structure.
35
36
37       n         Number of samples in the input signal array.
38
39

RETURN VALUES

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

ATTRIBUTES

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

SEE ALSO

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