Back to wvlib manpage index

Wavelet Library

Functions

Wavelet functions

#include <wv/wv_filter.h>

Wavelet filters are used to downsample data into coarse (C) and detail (D) data. Recontructors are used to upsample the coarse and detail data. And extensions are used when the filter or reconstructor goes beyond the bounds of the data being manipulated.

WVwavelet()
Register the peices of a wavelet.
wvFilter()
The "object" defining a filter for a wavelet.
wvRecon()
The "object" defining a reconstructor for a wavelet.
WVextension()
Register an extension method.
Last Updated: 05 February 1999