jcbyts / ephys-matlab

Matlab tools for electrophysiology experiments
6 stars 2 forks source link

Importing LFP is really slow #1

Closed jcbyts closed 7 years ago

jcbyts commented 7 years ago

Might be better to do it in one big chunk. It is taking too long in small pieces...

jcbyts commented 7 years ago

Two problems. Some things just are slow. More important problem is that I'm currently loading the whole trace into memory, which is a no no.

jcbyts commented 7 years ago

It is still slow, but now chunks into pieces so there is no worry about data scaling.