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

    • ResolutionChecker

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

    • setDepth

      public void setDepth(int bitDepth)
    • checkResolution

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