-
Notifications
You must be signed in to change notification settings - Fork 22
spikeMerge_()
jamesjun edited this page Dec 18, 2017
·
3 revisions
Preserve only the peak spikes by removing smaller concurrent spikes that occur within the time range (P.spkRefrac_ms) and spatial range (P.maxDist_site_um, r1
in the figure).
- [viSpk, vrSpk, viSite] = spikeMerge_(cviSpk, cvrSpk, P)
- cviSpk: Cell of spike times per site (nSites x 1: cell of vectors)
- cvrSpk: Cell of spike amplitudes (nSites x 1: cell of vectors)
- P: Parameters struct (P)
- viSpk: Spike time at the peak
- vrSpk: Peak spike amplitudes
- viSite: Sites where the spike is detected
- spikeMerge_single_(): Apply spike merging for each site in parallel using multiple CPU cores
Home
JRCLUST pipeline
Performance benchmark
Step-by-step tutorial
Video tutorials
Command line interface
Requirements and Installation
Tetrodes sorting
Command listing
Code listing
Function listing
Main GUI
Preview GUI
Probe GUI
Traces GUI
Manual GUI
PSTH view
Input and output files
Probe file
Batch file
Supported recording format
User configuration file
Combining multiple files
Generating trial files
Master struct (S0)
Parameters struct (P)
Cluster struct (S_clu)
Global variables
Variable naming convention