Measure the linear acceleration of your Android device with only the acceleration sensor and no low-pass filters..
SimpleLinearAcceleration is hosted in the following web site
https://github.com/KEOpenSource/SimpleLinearAcceleration
If you think the Android project SimpleLinearAcceleration listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SimpleLinearAcceleration.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 1 |
jar files used | android-support-v4.jar androidplot-core-0.5.2.jar commons-math3-3.0.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in SimpleLinearAcceleration. The names of the image files are listed as follows.
icon_logger.png launcher_icon.png
The following screenshort is generated from the image listed above.
SimpleLinearAcceleration has the following Java source files.
com.kircherelectronics.simplelinearacceleration.SimpleLinearAccelerationActivity.java com.kircherelectronics.simplelinearacceleration.dialog.SettingsDialog.java com.kircherelectronics.simplelinearacceleration.filter.LPFWikipedia.java com.kircherelectronics.simplelinearacceleration.filter.LowPassFilter .java com.kircherelectronics.simplelinearacceleration.filter.MeanFilter .java com.kircherelectronics.simplelinearacceleration.filter.SimpleLinearAcceleration .java com.kircherelectronics.simplelinearacceleration.gauge.GaugeAccelerationHolo.java com.kircherelectronics.simplelinearacceleration.gauge.GaugeRotationHolo.java com.kircherelectronics.simplelinearacceleration.plot.DynamicPlot .java com.kircherelectronics.simplelinearacceleration.plot.PlotColor .java com.kircherelectronics.simplelinearacceleration.statistics.StdDev .java