Reading GUI CSV txt into MATLAB
Hello Guys,
@wjcroft and @retiutut
Sorry, I'm new to this forum and a 1st-time user of Cyton board. I collected ECG using one channel (channel 5) out of 8 the channels. The data has been converted into normal txt format but I don't know how to read the txt file into MATLAB. Also, is the data collected a raw ECG or it has been processed in Cyton before storage?
Thank you in advance
Comments
All data stored to file is always RAW data, so that different filters can be applied during playback.
The file looks just fine. There is a header, and then the rest of the file is CSV (Comma Separated Values). You also find labels for each row at the end of the header. You want EXG Channel 4 (since counting starts from 0).
@retiutut
Thanks for the hints. Please can you help me with the MATLAB command to read the data on EXG channel 4 from the txt file. This is something I haven't done before.
https://openbci.com/forum/index.php?p=/discussion/1528/best-way-to-read-txt-file-into-matlab