-
Notifications
You must be signed in to change notification settings - Fork 22
mn2tn_wav_()
jamesjun edited this page Dec 3, 2017
·
9 revisions
Returns spike waveforms from raw and filtered traces for given spike times (viTime_spk) and sites (viSite_spk). Spike duration is specified in P.spkLim_ms centered at the negative (or positive) peak.
- [tnWav_raw, tnWav_spk, viTime_spk] = mn2tn_wav_(mnWav_raw, mnWav_spk, viSite_spk, viTime_spk, P)
- mnWav_raw: Raw traces (nSamples_load x nSites: int16)
- mnWav_spk: Filtered traces (nSamples_load x nSites: int16)
- viSite_spk: Spike sites
- viTime_spk: Spike times
- P: Parameters struct (P)
- tnWav_raw: Raw spike waveforms (nSamples_spk x nSites_spk x nSpikes: int16)
- tnWav_spk: Filtered spike waveforms (nSamples_spk x nSites_spk x nSpikes: int16)
- viTime_spk: Shifted spike times only if P.fRealign_spk==1. Disabled by default.
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