Skip to content
jamesjun edited this page Dec 18, 2017 · 6 revisions
  • Raw spike waveforms: nSamples_raw x nSites_spk x nSpikes (int16)
  • Format: int16
  • The dimension is stored in S0.dimm_raw
  • nSamples_raw = round(P.spkLim_raw_ms * P.sRateHz / 1000); sRateHz: sampling rate (Hz)
    • If spkLim_raw_ms==[], spkLim_raw_ms = spkLim_ms
  • nSites_spk = 1 + P.maxSite * 2
  • Stored in the binary file _spkraw.jrc
  • Cached in RAM as a global variable global tnWav_raw
Clone this wiki locally