Uses of Class
com.irurueta.navigation.indoor.radiosource.RadioSourceEstimator
Packages that use RadioSourceEstimator
Package
Description
Estimates radio sources using Wi-Fi/Beacons signals.
-
Uses of RadioSourceEstimator in com.irurueta.navigation.indoor.radiosource
Classes in com.irurueta.navigation.indoor.radiosource with type parameters of type RadioSourceEstimatorModifier and TypeClassDescriptionclassRadioSourceEstimator<P extends com.irurueta.geometry.Point<?>,R extends ReadingLocated<P>, L extends RadioSourceEstimatorListener<? extends RadioSourceEstimator<?, ?, ?>>> Estimates a radio source.interfaceRadioSourceEstimatorListener<E extends RadioSourceEstimator<?,?, ?>> Listener defining events of RssiRadioSourceEstimatorSubclasses of RadioSourceEstimator in com.irurueta.navigation.indoor.radiosourceModifier and TypeClassDescriptionclassMixedRadioSourceEstimator<S extends RadioSource,P extends com.irurueta.geometry.Point<P>> This is an abstract class to robustly estimate position, transmitted power and path loss exponent of a radio source (e.g.classMixedRadioSourceEstimator2D<S extends RadioSource>Estimates 2D position, transmitted power and path loss exponent of a radio source (e.g.classMixedRadioSourceEstimator3D<S extends RadioSource>Estimates 3D position, transmitted power and path loss exponent of a radio source (e.g.classRangingAndRssiRadioSourceEstimator<S extends RadioSource,P extends com.irurueta.geometry.Point<P>> Estimates position, transmitted power and path loss exponent of a radio source (e.g.classRangingAndRssiRadioSourceEstimator2D<S extends RadioSource>Estimates 2D position, transmitted power and path loss exponent of a radio source (e.g.classRangingAndRssiRadioSourceEstimator3D<S extends RadioSource>Estimates 3D position, transmitted power and path loss exponent of a radio source (e.g.classRangingRadioSourceEstimator<S extends RadioSource,P extends com.irurueta.geometry.Point<P>> Estimates position of a radio source (e.g.classRangingRadioSourceEstimator2D<S extends RadioSource>Estimates position of a radio source (e.g.classRangingRadioSourceEstimator3D<S extends RadioSource>Estimates position of a radio source (e.g.classRssiRadioSourceEstimator<S extends RadioSource,P extends com.irurueta.geometry.Point<P>> Estimates position, transmitted power and path loss exponent of a radio source (e.g.classRssiRadioSourceEstimator2D<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.