Package cpod.dataSelector
Class StandardCPODFilterParams
java.lang.Object
cpod.dataSelector.StandardCPODFilterParams
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The peak frequency valuestatic final int
The bandwidth valueint
The data to extract from the CPODstatic final int
The end frequency valuedouble
The maximum value for the CPOD datadouble
The minimum value for the CPOD datastatic final int
The peak frequency valuestatic final int
The peak frequency value -
Constructor Summary
-
Method Summary
-
Field Details
-
PEAK_FREQ
public static final int PEAK_FREQThe peak frequency value- See Also:
-
NCYCLES
public static final int NCYCLESThe peak frequency value- See Also:
-
AMPLITUDE
public static final int AMPLITUDEThe peak frequency value- See Also:
-
BW
public static final int BWThe bandwidth value- See Also:
-
END_F
public static final int END_FThe end frequency value- See Also:
-
dataType
public int dataTypeThe data to extract from the CPOD -
min
public double minThe minimum value for the CPOD data -
max
public double maxThe maximum value for the CPOD data
-
-
Constructor Details
-
StandardCPODFilterParams
public StandardCPODFilterParams() -
StandardCPODFilterParams
public StandardCPODFilterParams(int type, double min, double max)
-