ipfEstimateBeaconPositions: Estimates the positions of the emitter beacons

Description Usage Arguments Examples

Description

Estimates the positions of the emitter beacons

Usage

1
2
ipfEstimateBeaconPositions(fingerprints, positions, method = "wcentroid",
  rssirange = c(-100, 0), norssi = NA)

Arguments

fingerprints

a data frame or a matrix with the RSSI fingerprints

positions

a data frame or a matrix with the positions of the fingerprints

method

method to use to estimate the position of the access points: 'centroid', 'wcentroid' or 'wip'

rssirange

a numeric vector with the range of the RSSI data

norssi

value used in dataRSSI when a beacon is not detected

Examples

1
    wapp <- ipfEstimateBeaconPositions(ipftrain[, 1:168], ipftrain[, 169:170], method = 'wcentroid')

ipft documentation built on May 2, 2019, 7:23 a.m.