1mlib_SignalReSampleFIR_S16_mSe1d6i_aSLaitb(3LMiLbmIrlBai)rby_SFiugnncatliRoenSsampleFIR_S16_S16_Sat(3MLIB)
2
3
4

NAME

6       mlib_SignalReSampleFIR_S16_S16_Sat,                mlib_SignalReSample‐
7       FIR_S16S_S16S_Sat - resampling with filtering
8

SYNOPSIS

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

DESCRIPTION

22       Each of these functions performs rational sample rate  conversion  with
23       FIR filtering between the upsampling and downsampling.
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       state    Internal state 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       attributes(5)
60
61
62
63SunOS 5.11                        2 Mamrli2b0_0S7ignalReSampleFIR_S16_S16_Sat(3MLIB)
Impressum