Description Usage Arguments Author(s)
View source: R/collision_detector.R
find collsions between tags of same frequency but different signal duration by finding gaps in the timeseries
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
)
|
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 |
Jannis Gottwald
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.