doa: Wrapper function for doa_internal - requires time matched...

Description Usage Arguments Value Author(s) Examples

View source: R/radiotrackingeu.R

Description

Wrapper function for doa_internal - requires time matched signals

Usage

1
2
doa(signals, receivers, dBLoss = 14, live_mode = FALSE,
  live_update_interval = 15, progress = FALSE)

Arguments

signals

Data frame with certain column names containing the signal logs.

receivers

Data frame with certain column names containing receiver / antenna information (location, orientation).

dBLoss

Signal drop at 90 degrees in dB - passed to calc_angle().

live_mode

Information required by the rteu Logger shiny app.

live_update_interval

Information required by the rteu Logger shiny app.

progress

Whether this call is wrapped in a shiny::withProgress call.

Value

Data frame containing the DoAs.

Author(s)

Dipl.-Phys. Ralf Zeidler, ralf.zeidler@fridata.de

Examples

1
2
logger_data_tm <- time_match_signals(ld_small)
doa(logger_data_tm,receiver_data)

radiotrackingeu/radiotrackingeu documentation built on May 20, 2019, 12:36 p.m.