1mlib_SignalGenBlackman_F32(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalGenBlackman_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalGenBlackman_F32 - Blackman window generation
7

SYNOPSIS

9       cc [ flag... ] file... -lmlib [ library... ]
10       #include <mlib.h>
11
12       mlib_status mlib_SignalGenBlackman_F32(mlib_f32 *window, mlib_f32 alpha,
13            mlib_s32 n);
14
15

DESCRIPTION

17       The  mlib_SignalGenBlackman_F32()  function  generates  the  normalized
18       coefficients of the Blackman window.
19

PARAMETERS

21       The function takes the following arguments:
22
23       window    Generated window coefficient array.
24
25
26       alpha     Blackman window parameter. -1 < alpha < 0.
27
28
29       n         Length of window array.
30
31

RETURN VALUES

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

ATTRIBUTES

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

SEE ALSO

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