collision_detector: identify signal collision

Description Usage Arguments Author(s)

View source: R/collision_detector.R

Description

find collsions between tags of same frequency but different signal duration by finding gaps in the timeseries

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
collision_detector(
  animal10,
  animal20,
  animal40,
  path_to_d10,
  path_to_d20,
  path_to_d40,
  td10,
  td20
)

Arguments

animal10

list, generatet by initanimal-meta information of tag with 10ms duration

animal20

list, generatet by initanimal-meta information of tag with 20ms duration

animal40

list, generatet by initanimal-meta information of tag with 40ms duration

path_to_d10

string, path to filtered file of tag with 10ms duration (same time period and station as d20,d40)

path_to_d20

string, path to filtered file of tag with 20ms duration (same time period and station as d10,d40)

path_to_d40

string, path to filtered file of tag with 40ms duration (same time period and station as d10,d20)

td10

num, expected timedifference between signals of tag with 10ms duration

td20

num, expected timedifference between signals of tag with 20ms duration

Author(s)

Jannis Gottwald


JannisGottwald/N40RTS documentation built on Feb. 1, 2021, 5:13 p.m.