Custom Data Processing: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 July 2024

6 June 2024

5 June 2024

  • curprev 01:2901:29, 5 June 2024Charles talk contribs 648 bytes +648 Created page with "You can import the raw data into other programs without the need to convert or export it. The data is stored in a standard binary format, with one row of data of data for the time stamps and one for each active channel. The data units are raw voltage, as measured. Here is a matlab code snippet to get you started: <code>fid = fopen(filePathAndName,'r'); data = fread(fid, [nChannels+1, inf], 'double')'; fclose(fid);</code> Please [https://www.industrialvibes.com/contac..."