Skip to content

Conversion of multichannel raw data from .mat (matlab) to binary dat format #66

@saman-abbaspoor

Description

@saman-abbaspoor

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions