fftManager
Class FFTParameters
java.lang.Object
fftManager.FFTParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class FFTParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| 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
name
java.lang.String name
fftLength
public int fftLength
fftHop
public int fftHop
channelMap
public int channelMap
dataSource
public int dataSource
windowFunction
public int windowFunction
clickRemoval
public boolean clickRemoval
clickThreshold
public double clickThreshold
clickPower
public int clickPower
spectrogramNoiseSettings
public SpectrogramNoiseSettings spectrogramNoiseSettings
FFTParameters
public FFTParameters()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isValidLength
public static boolean isValidLength(int len)
clone
protected FFTParameters clone()
- Overrides:
clone in class java.lang.Object