You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: