Package Acquisition.sud
Class PamSudParams
java.lang.Object
Acquisition.sud.PamSudParams
- All Implemented Interfaces:
Serializable
,Cloneable
Parameters for sud file extraction.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
boolean
Zero padding fills gaps in sud files with zeros - these gaps are usually due to errors in the recording hardware.Without zero pad then time drift within a file can be difficult to predict, however zero padding means the sample numbers in other files e.g. -
Constructor Summary
-
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
zeroPad
public boolean zeroPadZero padding fills gaps in sud files with zeros - these gaps are usually due to errors in the recording hardware.Without zero pad then time drift within a file can be difficult to predict, however zero padding means the sample numbers in other files e.g. csv sensor files will not align.
-
-
Constructor Details
-
PamSudParams
public PamSudParams()
-
-
Method Details
-
clone
-