1mlib_SignalGenBartlett_F32(m3eMdLiIaBL)ib Library Funmcltiibo_nSsignalGenBartlett_F32(3MLIB)
2
3
4

NAME

6       mlib_SignalGenBartlett_F32 - Bartlett window generation
7

SYNOPSIS

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

DESCRIPTION

16       The  mlib_SignalGenBartlett_F32()  function  generates  the  normalized
17       coefficients of the Bartlett window.
18

PARAMETERS

20       The function takes the following arguments:
21
22       window    Generated window coefficient array.
23
24
25       n         Length of window array.
26
27

RETURN VALUES

29       The function returns MLIB_SUCCESS if successful. Otherwise  it  returns
30       MLIB_FAILURE.
31

ATTRIBUTES

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

SEE ALSO

47       attributes(5)
48
49
50
51SunOS 5.11                        2 Mar 2007 mlib_SignalGenBartlett_F32(3MLIB)
Impressum