Package fftManager
Class FFTParameters
java.lang.Object
fftManager.FFTParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
int
boolean
double
int
int
int
static final long
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
getName()
Get a set of data that describes all of the parameters in a classstatic boolean
isValidLength
(int len) void
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
fftLength
public int fftLength -
fftHop
public int fftHop -
channelMap
public int channelMap -
dataSource
public int dataSource -
dataSourceName
-
windowFunction
public int windowFunction -
clickRemoval
public boolean clickRemoval -
clickThreshold
public double clickThreshold -
clickPower
public int clickPower -
spectrogramNoiseSettings
-
-
Constructor Details
-
FFTParameters
public FFTParameters()
-
-
Method Details
-
getName
-
setName
-
isValidLength
public static boolean isValidLength(int len) -
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-