1mlib_SignalFIRInit_F32_F32(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalFIRInit_F32_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalFIRInit_F32_F32 - Finite Impulse Response (FIR) filtering
7

SYNOPSIS

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

DESCRIPTION

17       The  mlib_SignalFIRInit_F32_F32()  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.
28
29
30       tap       Taps of the filter.
31
32

RETURN VALUES

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

ATTRIBUTES

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

SEE ALSO

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