Identifies where in the sequence of known burst intervals the detected data is from. Add extra columns to data.table containing ping index of the burst sequence (seq_ping_idx) and expected time of ping (seq_epo). Only to be used for 'random' burst interval data when you know the burst sequence.
alignBurstSeq( synced_dat, burst_seq, seq_lng_min = 10, rbi_min, rbi_max, plot_diag = TRUE )
synced_dat | data.table obtained using applySync() on a detections_table |
---|---|
burst_seq | Vector containing known burst sequence |
seq_lng_min | Minimum length of sequence of consecutive pings to use for the alignment. Finds first occurence of sequence of this length in the data and compare to the known burst sequence |
rbi_min, rbi_max | Minimum and maximum burst interval of the transmitter. Used to identify sequence of consecutive pings in the data |
plot_diag | Logical indicating if visual diagnosis plots should be created. return data.table like input, but with extra columns seq_ping_idx and seq_epo |