csn-le / wave_clus

A fast and unsupervised algorithm for spike detection and sorting using wavelets and super-paramagnetic clustering
127 stars 66 forks source link

data input for get Get_spikes function #163

Open wal33d91 opened 4 years ago

wal33d91 commented 4 years ago

Dear Fernando,

Thanks a lot for this cool toolbox! ÷ i am currently preparing data from different nex files in matlab and eventually saving these data ( 60 channels MEA) as 60 single channels .mat files that i can feed later to the Get_spikes function. my question is > (since i already have the data from each channel on the matlab variables workspace ) is there away to read the variable from the work space directly into the Get_spikes function rather than having to save the variables and then used the save .mat files which is quite time consuming ?

ferchaure commented 4 years ago

Sorry, but we didn't add that feature. Nevertheless, you could make your own code using mainly the lines 154, 178-188 and 201 of Get_spikes.m