-
Notifications
You must be signed in to change notification settings - Fork 22
tnWav_spk
jamesjun edited this page Dec 18, 2017
·
4 revisions
Filtered spike waveforms
- Dimension: nSamples_wav x nSites_spk x nSpikes
- Format: int16
- The dimension is stored in S0.dimm_raw
- nSamples_wav = round(P.spkLim_ms * P.sRateHz / 1000); sRateHz: sampling rate (Hz)
- nSites_spk = 1 + P.maxSite * 2
- Stored in the binary file _spkwav.jrc
- Cached in RAM as a global variable
global tnWav_spk
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