Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 540 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 540 Bytes

Decoding-Little-Endian

Raw emg signal from the EMG-UKA Trial Corpus uses .adc (a analog to digital acquisition file extension) in its data. The data needs to be preprocessed and visualized before developing a proper model to train using these datas. The data is raw, uncompressed, headerless and in little endian short integer format.

For obtaining the dataset, please contact: [email protected] http://csl.anthropomatik.kit.edu

This repo contains the required code for effective conversion of the data into an appropriate format.