- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 269字
- 2021-07-02 18:59:30
Sensor types
Sensors may report real numbers or conditional states (such as on/off or raining/not raining). Even if it is reporting conditional states, in many cases, the signal is continuous and some logic determines if it has crossed a threshold that is interpreted as a change in state.
Sensors vary in accuracy, and there is usually a cost trade off in order to increase measurement accuracy.
External conditions may also affect accuracy. For example, extremes in cold can affect the accuracy of some motion sensors. This is important to know for analytics, as it can affect the results of prediction from machine-learning models. This external influencer can be what is referred to as a confounding variable. It has an effect on two or more measured variables but is not itself directly measured.
You may need to adjust for it when processing the data for analytics on the backend. In the case of the temperature example, you can apply a formula to adjust the reading based on external weather data you will have mashed in on the backend.
There is also some level of noise in sensor readings that sometimes has to be filtered or transformed to smooth out the reported values. This often happens on the device itself through various algorithms. The algorithms employed on the device to infer measurements may be implemented incorrectly resulting in some misreading of values.
Most of these issues will be caught and corrected by the product validation processes. However, it is important to know if there are any product limitations or adjustments needed when it is near the edges of its operating ranges.
- Mastering JavaScript Functional Programming
- 深度學習經典案例解析:基于MATLAB
- C#編程入門指南(上下冊)
- Rake Task Management Essentials
- Designing Hyper-V Solutions
- Learning Neo4j 3.x(Second Edition)
- 深度學習:算法入門與Keras編程實踐
- Scala謎題
- Unity 5 for Android Essentials
- 單片機應用與調試項目教程(C語言版)
- UVM實戰
- 輕松上手2D游戲開發:Unity入門
- Scratch3.0趣味編程動手玩:比賽訓練營
- Android驅動開發權威指南
- HoloLens與混合現實開發