Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpeits/plot-helpers-thesis
https://github.com/alexpeits/plot-helpers-thesis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexpeits/plot-helpers-thesis
- Owner: alexpeits
- Created: 2016-01-20T19:20:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T16:14:58.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T19:13:44.593Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plot-helpers-thesis
`poly_fit.py` takes some power measurements and produces a second degree
least squares fit curve, according to the expected power measurements.
It accepts input (currently a value between 2.6-42W, the lowest and
highest power measured), and also produces a static plot.`power_estimate.py` was used to determine which dimmer value gives
which power consumption.`dimmer_auto.py` is an interactive graph that uses matplotlib, and
helps understand how a modern dimmer works.