diff --git a/README.md b/README.md index 5e1095b..bcf8a7b 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,15 @@ Description of PCB design choices. Measurement reports for aforementioned experiments. - Arne van Iterson - Tom Selier + +## Scripts +This repository contains scripts to assist in parsing data obtained from a Tektronix oscilloscope + +### `./scripts/reflection.py` +A script containing the neccessary steps to find peaks and measure the peaks and throughs of a 1d signal. + +### `./scripts/reader.py` +A module containing a class to read data from a tektronix oscilloscope. + +### `./scripts/helper.py` +A module containing a function that slices array based on time. \ No newline at end of file