1mlib_SignalReSampleFIR_F32_mFe3d2i(a3LMiLbIBL)ibrarymlFiubn_cStiigonnaslReSampleFIR_F32_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalReSampleFIR_F32_F32 - resampling with filtering
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalReSampleFIR_F32_F32(mlib_f32 *dst,
13            const mlib_f32 *src, void *state, mlib_s32 n);
14
15

DESCRIPTION

17       The  mlib_SignalReSampleFIR_F32_F32() function performs rational sample
18       rate conversion with FIR filtering between the upsampling and  downsam‐
19       pling.
20

PARAMETERS

22       The function takes the following arguments:
23
24       dst      Output signal array.
25
26
27       src      Input signal array.
28
29
30       state    Internal state structure.
31
32
33       n        Number of samples in the input signal array.
34
35

RETURN VALUES

37       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
38       MLIB_FAILURE.
39

ATTRIBUTES

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

SEE ALSO

55       attributes(5)
56
57
58
59SunOS 5.11                        2 Mar 20m0l7ib_SignalReSampleFIR_F32_F32(3MLIB)
Impressum