doa_internal: Chooses which antennas to use to calculate the DoA.

Description Usage Arguments Value Author(s)

View source: R/radiotrackingeu.R

Description

Chooses which antennas to use to calculate the DoA.

Usage

1
2
doa_internal(data, time_to_look_for, dBLoss = 14,
  doa_approx = "automatic", progress = FALSE)

Arguments

data

Data frame with certain column names containing signal logs and receiver data.

time_to_look_for

Vector of timestamps to be analyzed.

dBLoss

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

doa_approx

A string specifying DoA approximation method used in calc_angle(). One of "arccos", "linear", "automatic".

progress

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

Value

dataframe containing the DoAs.

Author(s)

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


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