edu.sc.seis.fissuresUtil.bag
Class RMean

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.bag.RMean
All Implemented Interfaces:
LocalSeismogramFunction

public class RMean
extends java.lang.Object
implements LocalSeismogramFunction

RMean.java Created: Sat Oct 19 21:54:26 2002


Constructor Summary
RMean()
           
 
Method Summary
 LocalSeismogramImpl apply(LocalSeismogramImpl seis)
           
static double[] removeMean(double[] data)
           
static float[] removeMean(float[] data)
           
static int[] removeMean(int[] data)
           
static short[] removeMean(short[] data)
           
static void removeMeanInPlace(double[] data)
           
static void removeMeanInPlace(float[] data)
           
static void removeMeanInPlace(int[] data)
           
static void removeMeanInPlace(short[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMean

public RMean()
Method Detail

apply

public LocalSeismogramImpl apply(LocalSeismogramImpl seis)
                          throws FissuresException
Specified by:
apply in interface LocalSeismogramFunction
Throws:
FissuresException

removeMean

public static float[] removeMean(float[] data)

removeMeanInPlace

public static void removeMeanInPlace(float[] data)

removeMean

public static double[] removeMean(double[] data)

removeMeanInPlace

public static void removeMeanInPlace(double[] data)

removeMean

public static int[] removeMean(int[] data)

removeMeanInPlace

public static void removeMeanInPlace(int[] data)

removeMean

public static short[] removeMean(short[] data)

removeMeanInPlace

public static void removeMeanInPlace(short[] data)