https://github.com/russ-hensel/advdatalogging
Experiments in Data Logging
https://github.com/russ-hensel/advdatalogging
average data log logging noise python reduction running sendor
Last synced: 6 months ago
JSON representation
Experiments in Data Logging
- Host: GitHub
- URL: https://github.com/russ-hensel/advdatalogging
- Owner: russ-hensel
- Created: 2019-10-29T15:00:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T16:48:38.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T22:30:44.229Z (8 months ago)
- Topics: average, data, log, logging, noise, python, reduction, running, sendor
- Language: Python
- Size: 5.56 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdvDataLogging
Experiments in Data LoggingPurpose: Python code to let you experiment with signals and noise to see the effect of various techniques used in data logging. Originally published on Instructables, this is a minor update to Python 3.6 and a posting here to make the matarial easier to view and download.
Enviroment: Program should run on any OS supporting Python 3.6. This should include Windows, Mac, Linux, and Raspberry Pi. So far only tested on Windows.
Program Status: Seems to be fine, done. Could be extended, let me know as I use this code in several other projects of mine.
Project Archive at: https://github.com/russ-hensel/AdvDataLogging
Instructables Link: Experiments in Advanced Data Logging ( Using Python ): 11 Steps
https://www.instructables.com/id/Experiments-in-Advanced-Data-Logging-Using-Python-/```
Standard Disclaimer:
If you have more than a casual interest in this project you should contact me
( no_spam_please_666 at comcast.net ) and see if the repository is actually in good shape.
I may well have improved software and or documentation.
I will try to answer all questions and perhaps even clean up what already exists.
```
Guide to Repository* Root - all code ( src ) required to run the application. I think it qualifies as pure python ( 3.6 ). simulate_logging.py contains the "main programs".
* wiki_etc - Other possibly useful files, docs, images..... Not required