tnWav_spk - JaneliaSciComp/JRCLUST GitHub Wiki
Global variable
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