PIA-Group / BioSPPy

Biosignal Processing in Python
Other
569 stars 273 forks source link

Documentation of "resolution" metadata #53

Closed Arinelle closed 5 years ago

Arinelle commented 5 years ago

Can you document the use of the "resolution" metadata in the simple text format, like in the example files?

capcarr commented 5 years ago

Hi @Arinelle

The resolution is the number of bits used by the ADC in the acquisition device. For example, a resolution of 10 bit means that the acquisition device returns values between 0 and 1023 (2^10 - 1).