R/getToaYaps.R
getToaYaps.Rd
Build TOA matrix from synced data.table - also do some pre-filtering of severe MP, pruning loose ends etc
getToaYaps(synced_dat, hydros, rbi_min, rbi_max)
synced_dat | `data.table` containing synchronized data formatted as output from/or obtained using `applySync()` |
---|---|
hydros | Dataframe from simHydros() or Dataframe with columns hx and hy containing positions of the receivers. Translate the coordinates to get the grid centre close to (0;0). |
rbi_min | Minimum and maximum BI for random burst interval transmitters |
rbi_max | Minimum and maximum BI for random burst interval transmitters |