edu.sc.seis.fissuresUtil.bag
Class RMean
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMean
public RMean()
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)