Package fftFilter
Class FFTFilterParams
java.lang.Object
fftFilter.FFTFilterParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
filterBand
 - 
lowPassFreq
public double lowPassFreq - 
highPassFreq
public double highPassFreq 
 - 
 - 
Constructor Details
- 
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.
 
 
 -