mediaLib Library Functions mlibSignalFIRInitF32F32(3MLIB)
NAME
mlibSignalFIRInitF32F32 - Finite Impulse Response (FIR)
filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalFIRInitF32F32(void **filter,
const mlibf32 *flt,mlibs32 tap);
DESCRIPTION
The mlibSignalFIRInitF32F32() function allocates memory
for the internal filter structure and converts the filter
coefficients to an internal representation.
PARAMETERS
The function takes the following arguments:
filter Internal filter structure.
flt Filter coefficient array.
tap Taps of the filter.
RETURN VALUES
The function returns MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|