-
Notifications
You must be signed in to change notification settings - Fork 22
file2spk_()
jamesjun edited this page Dec 14, 2017
·
6 revisions
Load data file to RAM in multiple memory loading cycles to deal with large files exceeding the RAM size. Pass the raw traces to wav2spk_() and collect raw and filtered spike waveforms, and low-dimensional features.
- S0 = file2spk_(P)
-
S0 = file2spk_(P,
viTime_spk
,viSite_spk
)- If spike time (viTime_spk) and site (viSite_spk) are already known.
- P: Parameters struct (P) containing parameter values
- S0: Master struct (S0) containing spike timing (viTime_spk), peak site location (viSite_spk), second peak site (viSite2_spk), amplitudes (vrAmp_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