mediaLib Library Functions mlibSignalFIRFreeF32F32(3MLIB)
NAME
mlibSignalFIRFreeF32F32 - Finite Impulse Response (FIR)
filtering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibSignalFIRFreeF32F32(void *filter);
DESCRIPTION
The mlibSignalFIRFreeF32F32() function releases the
memory allocated for the internal filter structure.
PARAMETERS
The function takes the following arguments:
filter Internal filter structure.
RETURN VALUES
None.
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
|