|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fractsplinewavelets.BasisFunctions
Plugin of ImageJ:
Fractional Spline Wavelet
Author:
Daniel Sage
daniel.sage@epfl.ch
Swiss Federal Institute of Technology Lausanne,
Biomedical Imaging Group,
CH-1015 Lausanne, Switzerland,
http://bigwww.epfl.ch
Version:
24 January 2002
Copyright
Copyright © 2002, Swiss Federal Institute of Technology, Lausanne, Switzerland, (EPFL)
Purpose of the class:
This class compute the 1D wavelet and scaling function to plot them.
Constructor Summary | |
BasisFunctions(int n,
int nbIterations)
Constructor. |
Method Summary | |
double[][] |
computeFunction(int filter,
double degree,
double shift)
Compute the scaling basis function by iterating the synthesis part with a dirac as input. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasisFunctions(int n, int nbIterations)
n
- Size of the signal (power of 2)nbIterations
- Number of iterationsMethod Detail |
public double[][] computeFunction(int filter, double degree, double shift)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |