Package Acquisition

Class ResolutionChecker

java.lang.Object
Acquisition.ResolutionChecker

public class ResolutionChecker extends Object
Check data resolution to be sure that it really is being digitised at the resolution it claims. This is important for sound cards, which might give 24 bit data, but it's really only 16 bit data that's been scaled up x256.
Author:
dg50
  • Constructor Details Link icon

    • ResolutionChecker Link icon

      public ResolutionChecker(AcquisitionProcess daqProcess, int bitDepth)
  • Method Details Link icon

    • setDepth Link icon

      public void setDepth(int bitDepth)
    • checkResolution Link icon

      public void checkResolution(double[] rawData)
      Check bit resolution in the data.
      Parameters:
      rawData -