Dataset guide.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Data Guide: Cerebellar Activity Predicts Vocalization in Fruit Bats
  2. This repository contains data collected from cerebellar recordings in fruit-eating bats during the production of echolocation and social calls. The data is structured into various Matlab files, with the details of each dataset and its specific parameters explained below.
  3. 1. Frequency Tuning LFP
  4. This dataset includes Local Field Potentials (LFP) data captured from 224 channels, organized by stimulus level and frequency.
  5. - ft-P2P (224 channels x levels x frequency)
  6. - besterp: Evoked response data across levels (30:15:90) and frequencies (15:5:85).
  7. - bestresponse:** Best frequency-band level response (BFBL) for each channel.
  8. - cfmt: Coherence Frequency Modulation Tuning (CFMT).
  9. 2. Frequency Tuning Spikes
  10. This dataset contains spike count data from 224 channels, organized similarly by stimulus level and frequency.
  11. - ft – spike count (224 channels x levels x frequency)
  12. - N2w: Peri-Stimulus Time Histogram (PSTH) data across levels (30:15:90) and frequencies (15:5:85).
  13. - bestresponse: Best frequency-Best level response (BFBL) for each channel.
  14. - cfmt: Characteristic Frequency/Minimum Threshold for each channel (CFMT).
  15. 3. Vocs (Vocalization Data)
  16. This dataset provides information about the call parameters and classification data for both echo and communication calls.
  17. callparams:
  18. - dur2: Duration of calls, categorized by call type.
  19. - pf2: Peak frequency of calls, categorized by call type.
  20. - finalMatrix: Cross-correlation matrix of different call types.
  21. - newClass: Identifiers for calls used in cross-correlation.
  22. - SpikeClassifData: Data for classifying spiking responses using Support Vector Machines (SVM).
  23. - Ne: Normalized echo call spike data for training the SVM.
  24. - Nc: Normalized communication call spike data for training the SVM.
  25. - N2: Spike count data.
  26. - N3: Identifiers for spike count data.
  27. - LFPClassifData: Data for classifying LFP responses using SVM.
  28. - echoData: LFP data during echo calls for training the SVM.
  29. - commData: LFP data during communication calls for training the SVM.
  30. ---
  31. This guide outlines the structure of the data, which is organized into several Matlab files.