spectrogramNoiseReduction.threshold
Class ThresholdParams

java.lang.Object
  extended by spectrogramNoiseReduction.threshold.ThresholdParams
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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

See Also:
Serialized Form

Field Summary
 int finalOutput
           
static long serialVersionUID
           
 double thresholdDB
           
 
Constructor Summary
ThresholdParams()
           
 
Method Summary
 ThresholdParams 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

thresholdDB

public double thresholdDB

finalOutput

public int finalOutput
Constructor Detail

ThresholdParams

public ThresholdParams()
Method Detail

clone

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