1mlib_SignalFIR_F32_F32(3MLImBe)diaLib Library Functiomnlsib_SignalFIR_F32_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalFIR_F32_F32 - Finite Impulse Response (FIR) filtering
7

SYNOPSIS

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

DESCRIPTION

17       The  mlib_SignalFIR_F32_F32()  function  applies  the FIR filter to one
18       signal packet and updates the filter state.
19

PARAMETERS

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

RETURN VALUES

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

ATTRIBUTES

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

SEE ALSO

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