1mlib_SignalUpSampleFIR_F32Sm_eFd3i2aSL(i3bMLLIiBb)ramrlyibF_uSnicgtniaolnUspSampleFIR_F32S_F32S(3MLIB)
2
3
4

NAME

6       mlib_SignalUpSampleFIR_F32S_F32S - upsampling with filtering
7

SYNOPSIS

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

DESCRIPTION

17       The  mlib_SignalUpSampleFIR_F32S_F32S()  function  performs  upsampling
18       immediately followed by FIR filtering  on  one  packet  of  signal  and
19       updates the internal state.
20

PARAMETERS

22       The function takes the following arguments:
23
24       dst      Output  stereo  signal array. src[2*i] contains Channel 0, and
25                src[2*i+1] contains Channel 1.
26
27
28       src      Source stereo signal array. src[2*i] contains Channel  0,  and
29                src[2*i+1] contains Channel 1.
30
31
32       state    Internal state structure.
33
34
35       n        Number of samples in the input signal array.
36
37

RETURN VALUES

39       The  function  returns MLIB_SUCCESS if successful. Otherwise it returns
40       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       attributes(5)
58
59
60
61SunOS 5.11                        2 Marm2l0i0b7_SignalUpSampleFIR_F32S_F32S(3MLIB)
Impressum