debian man page for rtf_init_filter

Query: rtf_init_filter

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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_downsampler(3) - debian
rtf_create_chebychev(3) - debian
rtf_create_fir_highpass(3) - debian
rtf_create_fir_lowpass(3) - debian
mlib_signalemphasize_s16_s16_sat(3mlib) - sunos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections