blePositionEstimate
Syntax
Description
estimates the unknown Bluetooth® low energy (LE) node position, nodePosition
= blePositionEstimate(locatorPosition
,localizationMethod
,direction
)nodePosition
, for the
known Bluetooth LE locator positions, locatorPosition
, and the
localization method, localizationMethod
. When you specify the
localization method as 'angulation'
, the function calculates
nodePosition
by using the angle of arrival (AoA) or angle of
departure (AoD), direction
, between each locator and node.
estimates the unknown Bluetooth LE node position by using the localization method as
nodePosition
= blePositionEstimate(locatorPosition
,localizationMethod
,distance
)'lateration'
. The distance
input specifies the
distance between each locator and Bluetooth LE node.
estimates the unknown Bluetooth LE node position by using the localization method as
nodePosition
= blePositionEstimate(locatorPosition
,localizationMethod
,distance
,direction
)'direction-angle'
.
Examples
Input Arguments
Output Arguments
References
[1] Bluetooth Technology Website. “Bluetooth Technology Website | The Official Website of Bluetooth Technology.” Accessed November 22, 2021. https://www.bluetooth.com/.
[2] Bluetooth Special Interest Group (SIG). "Bluetooth Core Specification." Version 5.3. https://www.bluetooth.com/.
Extended Capabilities
Version History
Introduced in R2022a