Uses of Class
JSci.maths.wavelet.FWTCoef

Packages that use FWTCoef
JSci.maths.wavelet   
 

Uses of FWTCoef in JSci.maths.wavelet
 

Methods in JSci.maths.wavelet that return FWTCoef
 FWTCoef Signal.fwt(int J)
          Fast Wavelet Transform
 

Methods in JSci.maths.wavelet with parameters of type FWTCoef
static boolean FWTCoefMath.areCompatible(FWTCoef[] a)
           
static boolean FWTCoefMath.areCompatible(FWTCoef a, FWTCoef b)
           
static double FWTCoefMath.energyRatio(FWTCoef[] a, int i)
           
static double FWTCoefMath.entropy(FWTCoef[] a)
           
static double FWTCoefMath.entropy(FWTCoef[] a, int i)
           
static int FWTCoefMath.getJ(FWTCoef[] a)
           
static double FWTCoefMath.icf(FWTCoef[] a)
           
static double FWTCoefMath.icfVariance(FWTCoef[] a)
           
static double FWTCoefMath.sumEnergies(FWTCoef[] a)
           
static double FWTCoefMath.sumSquares(FWTCoef[] a, int i)
          Compute the sum of the squares of the coefficients
static double FWTCoefMath.sumVariance(FWTCoef[] a)
           
static double FWTCoefMath.variance(FWTCoef[] a, int i)
           
static double FWTCoefMath.varianceRatio(FWTCoef[] a, int i)