updated readme

This commit is contained in:
Tom Selier 2024-03-22 13:59:50 +01:00
parent cde40ce1d9
commit e0236e1a40
1 changed files with 12 additions and 0 deletions

View File

@ -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.