Package fftFilter
Class FFTFilterParams
java.lang.Object
fftFilter.FFTFilterParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoublestatic final long -
Constructor Summary
ConstructorsConstructorDescriptionConstructor from other type of filter params. -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
filterBand
-
lowPassFreq
public double lowPassFreq -
highPassFreq
public double highPassFreq
-
-
Constructor Details
-
FFTFilterParams
Constructor from other type of filter params.- Parameters:
fp-
-
FFTFilterParams
public FFTFilterParams()
-
-
Method Details
-
clone
-
equals
-
toString
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-