|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectasu.seismo.signals.utils.linScaler
asu.seismo.signals.utils.maxScaler
public class maxScaler
Affine scaling function which gets the min and max of one one interval from the min and max form a signal.
Field Summary |
---|
Fields inherited from class asu.seismo.signals.utils.linScaler |
---|
Dmax, Dmin, Smax, Smin |
Constructor Summary | |
---|---|
maxScaler(double DisplayMin,
double DisplayMax,
doubleSignal1d sig)
Initiate with min and max of an interval and the min and max of a signal. |
|
maxScaler(double DisplayMin,
double DisplayMax,
doubleSignal1d[] signal,
int l)
Initiate with min and max of and interval and the min and max form an array of signals. |
Method Summary |
---|
Methods inherited from class asu.seismo.signals.utils.linScaler |
---|
d2o, io2d, o2d, setScale |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public maxScaler(double DisplayMin, double DisplayMax, doubleSignal1d sig)
public maxScaler(double DisplayMin, double DisplayMax, doubleSignal1d[] signal, int l)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |