ANALOG:BITS

This parameter was added to the C3D format several years after its creation and may not be found in older C3D files.  The ANALOG:BITS parameter is a single integer value that describes the analog data sample resolution and will normally contain one of three values, 12, 14 or 16.  As this value directly affects the interpretation of the analog data it should normally be “locked”.  If the parameter does not exist then it is usually safe to assume that its value is 12.  Alternatively, its value can be measured by reading every analog sample contained in the 3D/analog data section and determining the effective resolution from the highest analog data value found.

Software applications that change the resolution of analog data values for compatibility (i.e., down sampling 16-bit data to 12-bits) should always update this parameter to indicate the resolution of the data stored within the C3D file as it can be used to allow software applications to recalculate the ANALOG:SCALE parameter values.