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)NAMErtf_init_filter - Reinitialize the filter with given dataSYNOPSIS#include <rtfilter.h> void rtf_init_filter(hfilter filt, const void* data);DESCRIPTIONrtf_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 VALUENone.SEE ALSOrtf_create_filter(3), rtf_filter(3)EPFL2010 RTF_INIT_FILTER(3)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |