JSci.maths.wavelet
Interface FWT

All Known Implementing Classes:
FastSymmlet8

public interface FWT

Abstract class for using very fast, in-place, implementations of the Fast Wavelet Transform. See for example the FastDaubechies2 or FastSymmlet8 classes.

Author:
Daniel Lemire

Method Summary
 void invTransform(double[] v)
           
 void transform(double[] v)
           
 

Method Detail

transform

void transform(double[] v)

invTransform

void invTransform(double[] v)