- Internet of Things for Architects
- Perry Lea
- 320字
- 2021-06-25 22:47:04
Sensor fusion
One aspect that needs consideration with all the sensor devices described in this chapter is the concept of sensor fusion. Sensor fusion is the process of combining several different kinds of sensor data to reveal more about context than a single sensor can provide. This is important in the IoT space, since a single thermal sensor has no notion of what causes a rapid temperature change. However, when combined with data from other sensors nearby that look at PIR motion detection and light intensity, an IoT system could discern that a large number of people are congregating in a certain area while the sun is shining, and could then make the decision to increase air circulation in a smart building. A simple thermal sensor only records the current temperature value, and has no contextual awareness that the heat is rising due to people congregating and sunlight shining.
With time-correlated data from multiple sensors (edge and cloud), processing can make better decisions based on more data. This is one of the reasons that there will be a large influx of data from sensors to the cloud, and this is causing big data growth. As sensors become cheaper and easier to integrate, as with the TI SensorTag, we will see more combined sensing to provide contextual awareness.
There are two modes of sensor fusion:
- Centralized: Where raw data is streamed and aggregated to a central service and fusion occurs there (cloud-based, for example)
- De-centralized: Where data is correlated at the sensor (or close to it)
The basis of correlating sensor data is usually expressed through the central limit theorem, where two sensor measurements, x1 and x2, are combined to reveal a correlated measurement, x3, based on the combined variances. This is simply adding two measures, and weighting the sum by the variances:
Other sensor fusion methods used are Kalman filters and Bayesian networks.
- 樂(lè)高機(jī)器人:WeDo編程與搭建指南
- 構(gòu)建高質(zhì)量的C#代碼
- Introduction to DevOps with Kubernetes
- 腦動(dòng)力:PHP函數(shù)速查效率手冊(cè)
- CorelDRAW X4中文版平面設(shè)計(jì)50例
- 永磁同步電動(dòng)機(jī)變頻調(diào)速系統(tǒng)及其控制(第2版)
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 所羅門(mén)的密碼
- Ansible 2 Cloud Automation Cookbook
- ZigBee無(wú)線通信技術(shù)應(yīng)用開(kāi)發(fā)
- 三菱FX/Q系列PLC工程實(shí)例詳解
- C#求職寶典
- Mastering OpenStack(Second Edition)
- Mastering DynamoDB