Skip to content
DrCoffey edited this page Jun 1, 2018 · 5 revisions

Detection files are saved in a folder specified in "File > Select Detection Folder".

To convert detection files to other formats, or export call statistics, see Import & Export

Detected calls are saved as a MATLAB structure with the following fields:

  • Rate:

    • Audio sample rate
  • Box

    • Position of the call in the audio file

    • 1x4 matrix, [Begin Time (s), Minimum Frequency (kHz), Duration (s), Frequency Range (kHz)]

  • RelBox

    • Position of the call in the Audio field

    • 1x4 matrix, [Begin Time (s), Minimum Frequency (kHz), Duration (s), Frequency Range (kHz)]

  • Score

    • Neural network score
  • Audio

    • Audio containing the call
  • Accept

    • Status of call

    • 1 is accepted, 0 is rejected

  • Type

    • Call category
  • Power

    • Amplitude of call