Class PamSudParams

java.lang.Object
Acquisition.sud.PamSudParams
All Implemented Interfaces:
Serializable, Cloneable

public class PamSudParams extends Object implements Serializable, Cloneable
Parameters for sud file extraction.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • zeroPad

      public boolean zeroPad
      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. csv sensor files will not align.
  • Constructor Details

    • PamSudParams

      public PamSudParams()
  • Method Details