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
FieldsModifier and TypeFieldDescriptionstatic final longbooleanZero 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
Constructors - 
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