Array
Class Preamplifier
java.lang.Object
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
|
Constructor Summary |
Preamplifier(double gain,
double[] bandwidth)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
gain
private double gain
bandwidth
private double[] bandwidth
Preamplifier
public Preamplifier(double gain,
double[] bandwidth)
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