1mlib_SignalFIRInit_F32S_F32mSe(d3iMaLLIiBb)Library Fmulnicbt_iSoingsnalFIRInit_F32S_F32S(3MLIB)
2
3
4

NAME

6       mlib_SignalFIRInit_F32S_F32S - Finite Impulse Response (FIR) filtering
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalFIRInit_F32S_F32S(void **filter,
13            const mlib_f32 *flt,mlib_s32 tap);
14
15

DESCRIPTION

17       The  mlib_SignalFIRInit_F32S_F32S()  function  allocates memory for the
18       internal filter structure and converts the filter  coefficients  to  an
19       internal representation.
20

PARAMETERS

22       The function takes the following arguments:
23
24       filter    Internal filter structure.
25
26
27       flt       Filter  coefficient array in stereo format. flt[2*i] contains
28                 Channel 0, and flt[2*i+1] contains Channel 1
29
30
31       tap       Taps of the filter.
32
33

RETURN VALUES

35       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
36       MLIB_FAILURE.
37

ATTRIBUTES

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

SEE ALSO

53       attributes(5)
54
55
56
57SunOS 5.11                        2 Mar 2007mlib_SignalFIRInit_F32S_F32S(3MLIB)
Impressum