1mlib_SignalIIRFree_Biquad_Fm3e2d_iFa3L2i(b3MLLiIbBrm)alriyb_FSuingcntailoInIsRFree_Biquad_F32_F32(3MLIB)
2
3
4
6 mlib_SignalIIRFree_Biquad_F32_F32, mlib_SignalIIRFree_Biquad_F32S_F32S
7 - biquad Infinite Impulse Response (IIR) filtering
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 void mlib_SignalIIRFree_Biquad_F32_F32(void *filter);
14
15
16 void mlib_SignalIIRFree_Biquad_F32S_F32S(void *filter);
17
18
20 Each of these functions releases the memory allocated for the internal
21 filter structure.
22
24 Each of the functions takes the following arguments:
25
26 filter Internal filter structure.
27
28
30 None.
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Interface Stability │Committed │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │MT-Level │MT-Safe │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 mlib_SignalIIR_Biquad_S16_S16_Sat(3MLIB), mlib_Sig‐
48 nalIIR_P4_S16_S16_Sat(3MLIB), mlib_SignalIIRFree_P4_S16_S16(3MLIB),
49 mlib_SignalIIRInit_Biquad_S16_S16(3MLIB), mlib_SignalI‐
50 IRInit_P4_S16_S16(3MLIB), attributes(5)
51
52
53
54SunOS 5.11 2 Marml2i0b0_7SignalIIRFree_Biquad_F32_F32(3MLIB)