Package Acquisition
Class ResolutionChecker
java.lang.Object
Acquisition.ResolutionChecker
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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcheckResolution(double[] rawData) Check bit resolution in the data.voidsetDepth(int bitDepth)  
- 
Constructor Details
- 
ResolutionChecker
 
 - 
 - 
Method Details
- 
setDepth
public void setDepth(int bitDepth)  - 
checkResolution
public void checkResolution(double[] rawData) Check bit resolution in the data.- Parameters:
 rawData-
 
 -