mediaLib Library Functions mlibSignalFIRInitF32SF32S(3MLIB)
NAME
mlibSignalFIRInitF32SF32S - Finite Impulse Response (FIR)
filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalFIRInitF32SF32S(void **filter,
const mlibf32 *flt,mlibs32 tap);
DESCRIPTION
The mlibSignalFIRInitF32SF32S() 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 in stereo format.
flt[2*i] contains Channel 0, and flt[2*i]1] con-
tains Channel 1
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:
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlibSignalFIRInitF32SF32S(3MLIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|