SAND-Lab / MEA-NAP

MEA-NAP. A streamlined diagnostic and analytic tool for data obtained using microelectrode arrays.
GNU General Public License v3.0
12 stars 6 forks source link

Adding stationary wavelet transform (SWT) spike detection to the pipeline #11

Closed Timothysit closed 8 months ago

Timothysit commented 2 years ago

Currently there is some code for stationary wavelet transform (SWT / SWTTEO) that is in detectSpikes.m, (eg. also see here for the most updated branch of WATERs). It will be great to migrate those code to detectSpikesCWT.m so they can be used in the pipeline. It seems that they were previously written in a class, so there will need to be some changes to make it a standalone function.

Timothysit commented 8 months ago

Added SWT spike detection in this commit: e94e396