Pinned Loading
-
VolumeButtonDemo
VolumeButtonDemo PublicDemo of using BroadcastReceiver to monitor volume changes.
Kotlin 2
-
SimpleKalmanFilter
SimpleKalmanFilter PublicA simple class to perform Kalman Filter operation.
Kotlin
-
-
-
Class to calculate standard deviatio...
Class to calculate standard deviation from discrete data points. 1class StandardDeviation
2{
3var count = 0
4private var sum = 0.0
5private var sumSquared = 0.0
-
Functions to calculate altitude from...
Functions to calculate altitude from air pressure and vice versa. 1// Source: https://www.mide.com/air-pressure-at-altitude-calculator
2private const val Tb = 288
3private const val Lb = -0.0065
4private const val R = 8.31432
5private const val g0 = 9.80665
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.