1mlib_SignalFIRFree_F32S_F32mSe(d3iMaLLIiBb)Library Fmulnicbt_iSoingsnalFIRFree_F32S_F32S(3MLIB)
2
3
4
6 mlib_SignalFIRFree_F32S_F32S - Finite Impulse Response (FIR) filtering
7
9 cc [ flag... ] file... -lmlib [ library... ]
10 #include <mlib.h>
11
12 void mlib_SignalFIRFree_F32S_F32S(void *filter);
13
14
16 The mlib_SignalFIRFree_F32S_F32S() function releases the memory allo‐
17 cated for the internal filter structure.
18
20 The function takes the following arguments:
21
22 filter Internal filter structure.
23
24
26 None.
27
29 See attributes(5) for descriptions of the following attributes:
30
31
32
33
34 ┌─────────────────────────────┬─────────────────────────────┐
35 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
36 ├─────────────────────────────┼─────────────────────────────┤
37 │Interface Stability │Committed │
38 ├─────────────────────────────┼─────────────────────────────┤
39 │MT-Level │MT-Safe │
40 └─────────────────────────────┴─────────────────────────────┘
41
43 attributes(5)
44
45
46
47SunOS 5.11 2 Mar 2007mlib_SignalFIRFree_F32S_F32S(3MLIB)