NOTE: This is now outdated. See the Doppler PHP examples repository instead.
Created: 26 October 2020
Author: Ryan Blunden (ryan.blunden@doppler.com)
OS: Ubuntu 20.04
| using System.Collections.Generic; | |
| /// <summary>A Kalman filter implementation for <c>float</c> values.</summary> | |
| public class KalmanFilterFloat { | |
| //----------------------------------------------------------------------------------------- | |
| // Constants: | |
| //----------------------------------------------------------------------------------------- | |
| public const float DEFAULT_Q = 0.000001f; |
NOTE: This is now outdated. See the Doppler PHP examples repository instead.
Created: 26 October 2020
Author: Ryan Blunden (ryan.blunden@doppler.com)
OS: Ubuntu 20.04
Can be used for streaming data (webcam or screen capture) from the Windows to WSL
Run from a WSL terminal
ip route list default | awk '{print $3}'