Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gumb0/k_exercise
Test exercise from some company - position sensors, noise reduction and speed calculation.
https://github.com/gumb0/k_exercise
Last synced: 17 days ago
JSON representation
Test exercise from some company - position sensors, noise reduction and speed calculation.
- Host: GitHub
- URL: https://github.com/gumb0/k_exercise
- Owner: gumb0
- Created: 2016-07-17T17:40:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T10:33:20.000Z (over 8 years ago)
- Last Synced: 2024-10-06T20:21:56.554Z (about 1 month ago)
- Language: C++
- Size: 939 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k_exercise
Test exercise I've solved to get hired.Emulate 20 position sensors, producing (x,y) coordinates similar to humans moving on the square playing field. Add noise to the output signal.
Process each sensor signal, reducing noise and calculating current speed and distance traveled.