All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.wavelet.FWTCoefMath

java.lang.Object
   |
   +----JSci.maths.AbstractMath
           |
           +----JSci.maths.wavelet.FWTCoefMath

public final class FWTCoefMath
extends AbstractMath
This class allows to do some operations on wavelet coefficients


Method Index

 o areCompatible(FWTCoef, FWTCoef)
 o areCompatible(FWTCoef[])
 o energyRatio(FWTCoef[], int)
 o entropy(FWTCoef[])
 o entropy(FWTCoef[], int)
 o getJ(FWTCoef[])
 o icf(FWTCoef[])
 o icfVariance(FWTCoef[])
 o sumEnergies(FWTCoef[])
 o sumSquares(FWTCoef[], int)
Compute the sum of the squares of the coefficients
 o sumVariance(FWTCoef[])
 o variance(FWTCoef[], int)
 o varianceRatio(FWTCoef[], int)

Methods

 o areCompatible
 public static boolean areCompatible(FWTCoef a,
                                     FWTCoef b)
 o areCompatible
 public static boolean areCompatible(FWTCoef a[])
 o getJ
 public static int getJ(FWTCoef a[])
 o sumSquares
 public static double sumSquares(FWTCoef a[],
                                 int i)
Compute the sum of the squares of the coefficients

 o variance
 public static double variance(FWTCoef a[],
                               int i)
 o sumEnergies
 public static double sumEnergies(FWTCoef a[])
 o entropy
 public static double entropy(FWTCoef a[],
                              int i)
 o entropy
 public static double entropy(FWTCoef a[])
 o sumVariance
 public static double sumVariance(FWTCoef a[])
 o energyRatio
 public static double energyRatio(FWTCoef a[],
                                  int i)
 o varianceRatio
 public static double varianceRatio(FWTCoef a[],
                                    int i)
 o icf
 public static double icf(FWTCoef a[])
 o icfVariance
 public static double icfVariance(FWTCoef a[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index