amplifier
Class AmpParameters

java.lang.Object
  extended by amplifier.AmpParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class AmpParameters
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Field Summary
 double[] gain
          gain is stored as a simple facter (NOT dB) for speed of use.
(package private)  int rawDataSource
           
static long serialVersionUID
           
 
Constructor Summary
AmpParameters()
           
 
Method Summary
 AmpParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

rawDataSource

int rawDataSource

gain

public double[] gain
gain is stored as a simple facter (NOT dB) for speed of use. The dialog where they are set may well convert to dB values.

Constructor Detail

AmpParameters

public AmpParameters()
Method Detail

clone

public AmpParameters clone()
Overrides:
clone in class java.lang.Object