signal_strength: Signal strength

View source: R/signal_strength.R

signal_strengthR Documentation

Signal strength

Description

Low-level function to calculate signal strength. Used by compute_sig_strength.

Usage

signal_strength(
  cx,
  cy,
  cz,
  direction,
  tilt,
  beam_h,
  beam_v,
  W,
  co,
  ple,
  param,
  enable = c("d", "h", "v")
)

Arguments

cx

The x-coordinate of the source

cy

The y-coordinate of the source

cz

The z-coordinate of the source

direction

The propagation direction

tilt

The propagation tilt

beam_h

The propagation horizontal beam width

beam_v

The propagation vertical beam width

W

The power (Watt) of the source

co

The coordinates and id numbers of the tiles for which the signal strength should be calculated. Should be a data.frame with the variables x, y, z, rid

ple

Path loss exponent

param

mobloc parameters

enable

character vector that determines which components are enabled for the calculation of signal strength. More specifically, these components determine whether to include signal loss as a function of distance ("d"), horizontal deviation ("h") and vertical deviation ("v") of the main direction.


MobilePhoneESSnetBigData/mobloc documentation built on Feb. 18, 2024, 3:41 a.m.