-
Notifications
You must be signed in to change notification settings - Fork 22
spkwav_car_()
Subtract local CAR from the spike waveform to reduce background spiking activities. Local CAR (common average referencing) signal is computed by averaging the far half of the sites (within the green circle) from the peak site (s1
in the figure). Note that spiking event is extracted for sites within P.maxDist_site_spk_um (r2
in the figure).
[trWav2, mrWav_ref] = spkwav_car_(trWav2, P, nSites_spk, viSite2_spk)
- trWav2: Filtered spike waveforms (nSamples_spk x nSites_spk x nSpikes: int16)
- P: Parameters struct (P)
- nSites_spk: Number of sites to extract spikes (optional, default: [])
- viSite2_spk: List of sites to use to compute local CAR (optional, default: [])
- trWav2: LCAR-subtracted spike waveforms ((nSamples_spk x nSites_spk x nSpikes: int16))
- mrWav_ref: LCAR waveforms (nSamples_spk x nSpikes: int16)
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