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_filter(3) - debian
rtf_create_downsampler(3) - debian
rtf_create_fir_bandpass(3) - debian
rtf_filter(3) - debian
mlib_signalemphasize_f32s_f32s(3mlib) - sunos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph