-
Notifications
You must be signed in to change notification settings - Fork 22
spk_pos_()
jamesjun edited this page Dec 14, 2017
·
1 revision
This function computes the center of mass position for spiking events using the site positions weighted by the squared feature value (e.g. PCA scores).
- mrPos_spk = spk_pos_(S0, trFet_spk)
- S0: Master struct (S0)
- trFet_spk: Clustering features for each spiking events (nFet x nSites_fet x nSpikes: single)
- mrPos_spk: x and y coordinates for the spike center of mass (nSpikes x 2: single)
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