Array
Class Preamplifier

java.lang.Object
  extended by Array.Preamplifier
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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

Author:
Doug Gillespie Contains information about a preamlifier in a PamArray
See Also:
PamArray, Hydrophone, Serialized Form

Field Summary
private  double[] bandwidth
           
private  double gain
           
static long serialVersionUID
           
 
Constructor Summary
Preamplifier(double gain, double[] bandwidth)
           
 
Method Summary
 Preamplifier clone()
           
 double[] getBandwidth()
           
 double getGain()
           
 void setBandwidth(double[] bandwidth)
           
 void setGain(double gain)
           
 
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

gain

private double gain

bandwidth

private double[] bandwidth
Constructor Detail

Preamplifier

public Preamplifier(double gain,
                    double[] bandwidth)
Method Detail

getBandwidth

public double[] getBandwidth()

setBandwidth

public void setBandwidth(double[] bandwidth)

getGain

public double getGain()

setGain

public void setGain(double gain)

clone

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