Hello everyone,
We are using 64 channel probes for recording and I would like to use Klusta for spike detection. The data is in .mat format and I am not sure how to convert them into the required format for Klusta use. I use a simple code as following:
**Data = a matrix with time * channel (e.g. Ntimestamp * 64) shape
fileID = fopen('myDataset.dat','w');
fwrite(fileID, Data, 'uint16');
fclose(fileID);**
Would this work?
Hello everyone,
We are using 64 channel probes for recording and I would like to use Klusta for spike detection. The data is in .mat format and I am not sure how to convert them into the required format for Klusta use. I use a simple code as following:
**Data = a matrix with time * channel (e.g. Ntimestamp * 64) shape
fileID = fopen('myDataset.dat','w');
fwrite(fileID, Data, 'uint16');
fclose(fileID);**
Would this work?