This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Script for parsing DCF77 data captured as raw voltage data. | |
Input: | |
Takes a CSV with two columns: | |
| Timestamp in s | Voltage in V | | |
--------------------------------- | |
values ... | |
Sampling rate needs to be no less than 100HZ |