asu.seismo.signals.utils
Interface graphScale

All Known Implementing Classes:
linScaler, maxScaler

public interface graphScale

interface for class that relates two different scales (o and d) to each other


Method Summary
 double d2o(double v)
          Return o given d
 int io2d(double v)
          Return an integer representation of d given o
 double o2d(double v)
          Return d given o
 

Method Detail

d2o

double d2o(double v)
Return o given d


o2d

double o2d(double v)
Return d given o


io2d

int io2d(double v)
Return an integer representation of d given o