Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

polyinterp.h File Reference

This file contains code to implement Lifting Scheme wavelets. More...

#include <stdio.h>

Go to the source code of this file.

Compounds

class  polyinterp
 Support for four point polynomial interpolation, using the Lagrange formula. More...


Detailed Description

This file contains code to implement Lifting Scheme wavelets.

Lifting Scheme wavelets are described in Wim Sweldens' tutorial paper Building Your Own Wavelets at Home which is available on the Web.

Lifting Scheme wavelets are a conceptual extension of Haar wavelets. One of the disadvantages of Haar wavelets is the high frequency (largest) coefficient spectrum can miss detail (even to odd transitions, for example). Lifting Scheme wavelets properly represent change in all coefficient spectrum. This makes lifting scheme wavelets a better choice for some algorithms which do filtering based on the absolute standard deviation calculated on the high frequency coefficients.

Definition in file polyinterp.h.


Generated at Sun Aug 18 16:56:41 2002 for Wavelet Spectral Analysis by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001