Windows PowerShell command on Get-command mlib_SignalLPCCovarianceInit_F32
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man mlib_SignalLPCCovarianceInit_F32

mediaLib Library Functions

mlib_SignalLPCCovarianceInit_S16(3MLIB)

NAME

mlib_SignalLPCCovarianceInit_S16,

mlib_SignalLPCCovarianceInit_F32 - initialization for

covariance method of linear predictive coding

SYNOPSIS

cc [ flag... ] file... -lmlib [ library... ]

#include

mlib_status mlib_SignalLPCCovarianceInit_S16(void *state,

mlib_s32 length, mlib_s32 order);

mlib_status mlib_SignalLPCCovarianceInit_F32(void *state,

mlib_s32 length, mlib_s32 order);

DESCRIPTION

Each function initializes the internal state structure for covariance method of linear predictive coding (LPC).

The init function performs internal state structure alloca-

tion and global initialization. Per LPC function call ini-

tialization is done in LPC function, so the same internal state structure can be reused for multiple LPC function calls.

PARAMETERS

Each function takes the following arguments: state Pointer to the internal state structure. length The length of the input signal vector. order The order of the linear prediction filter.

RETURN VALUES

Each function returns MLIB_SUCCESS if successful. Otherwise

it returns MLIB_FAILURE.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

SunOS 5.11 Last change: 2 Mar 2007 1

mediaLib Library Functions

mlib_SignalLPCCovarianceInit_S16(3MLIB)

______________________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Committed |

|_____________________________|_____________________________|

| MT-Level | MT-Safe |

|_____________________________|_____________________________|

SEE ALSO

mlib_SignalLPCCovariance_S16(3MLIB),

mlib_SignalLPCCovarianceFree_S16(3MLIB), attributes(5)

SunOS 5.11 Last change: 2 Mar 2007 2

mediaLib Library Functions

mlib_SignalLPCCovarianceInit_S16(3MLIB)

SunOS 5.11 Last change: 2 Mar 2007 3




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™