rtf_init_filter(3) debian man page | unix.com

Man Page: rtf_init_filter

Operating Environment: debian

Section: 3

RTF_INIT_FILTER(3)						 rtfilter library						RTF_INIT_FILTER(3)

NAME
rtf_init_filter - Reinitialize the filter with given data
SYNOPSIS
#include <rtfilter.h> void rtf_init_filter(hfilter filt, const void* data);
DESCRIPTION
rtf_init_filter() initializes the internal states of the filter with one sample of data as if the filter has been applied indefinitely to constant data consisting by this only sample. data is allowed to be NULL. In such case, the filter is initialized with null signals (i.e. initialized with an input full of 0.0 values). If data is not NULL, the array pointed by data should be organized the same way as it would be if used in a call to rtf_filter(3) with one sample.
RETURN VALUE
None.
SEE ALSO
rtf_create_filter(3), rtf_filter(3)
EPFL
2010 RTF_INIT_FILTER(3)
Related Man Pages
rtf_create_chebychev(3) - debian
rtf_create_fir_bandpass(3) - debian
rtf_create_fir_lowpass(3) - debian
mlib_signalemphasize_f32s_f32s(3mlib) - sunos
mlib_signalemphasize_f32s_f32s(3mlib) - opensolaris
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph