Steps to change Android Screen Resolution (pcDuino1/2/3)
Android image version 20130918 and later adds the support to change the screen resolution using telnet and board-config. When the […]
Android image version 20130918 and later adds the support to change the screen resolution using telnet and board-config. When the […]
[vc_row][vc_column width=”1/1″][vc_column_text]pcDuino v1 and Raspberry Pi only have RJ45 Ethernet port, and don’t have WiFi connection. In this post, we […]
A. name: Average recursive filter method (also known as the moving average filter method) B. method: take the continuous n […]
A. method: set a=0~1, this filter result = (1-a) * this sample value +a* the last filter results. B. advantages: […]
A. method: it is the improvement of average recursive filter method which adds the different right for the data at […]
A. method: it is equal to ” amplitude limiting filter method” + ” eliminate shake filter method ” amplitude limiting […]
A. method: setting a filter counter which can compare the sample value with the current valid values: If the sample […]
A. the median average filter method (also known as the average pulse interference filter method) B. method: it is equal to […]