Uses of Class
com.irurueta.navigation.indoor.radiosource.RssiRadioSourceEstimator
Packages that use RssiRadioSourceEstimator
Package
Description
Estimates radio sources using Wi-Fi/Beacons signals.
-
Uses of RssiRadioSourceEstimator in com.irurueta.navigation.indoor.radiosource
Subclasses of RssiRadioSourceEstimator in com.irurueta.navigation.indoor.radiosourceModifier and TypeClassDescriptionclassRssiRadioSourceEstimator2D<S extends RadioSource>Estimates 2D position, transmitted power and path-loss exponent of a radio source assuming that the radio source emits isotropically following the expression below: Pr = Pt*Gt*Gr*lambda^2 / (4*pi*d)^2, where Pr is the received power (expressed in mW), Gt is the Gain of the transmission antenna Gr is the Gain of the receiver antenna d is the distance between emitter and receiver and lambda is the wavelength and is equal to: lambda = c / f, where c is the speed of light and f is the carrier frequency of the radio signal.classRssiRadioSourceEstimator3D<S extends RadioSource>Estimates 3D position and transmitted power of a radio source assuming that the radio source emits isotropically following the expression below: Pr = Pt*Gt*Gr*lambda^2 / (4*pi*d)^2, where Pr is the received power (expressed in mW), Gt is the Gain of the transmission antenna Gr is the Gain of the receiver antenna d is the distance between emitter and receiver and lambda is the wavelength and is equal to: lambda = c / f, where c is the speed of light and f is the carrier frequency of the Wi-Fi signal.Fields in com.irurueta.navigation.indoor.radiosource declared as RssiRadioSourceEstimatorModifier and TypeFieldDescriptionprotected RssiRadioSourceEstimator<S, P> MixedRadioSourceEstimator.rssiInnerEstimatorRSSI radio source estimator.protected RssiRadioSourceEstimator<S, P> RangingAndRssiRadioSourceEstimator.rssiInnerEstimatorRSSI radio source estimator.