All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.wavelet.FWT

java.lang.Object
   |
   +----JSci.maths.wavelet.FWT

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


Constructor Index

 o FWT()

Method Index

 o invTransform(float[])
 o transform(float[])

Constructors

 o FWT
 public FWT()

Methods

 o transform
 public abstract void transform(float v[])
 o invTransform
 public abstract void invTransform(float v[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index