EV6_HW_Imp/README.md

52 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2024-03-07 10:43:14 +01:00
# EV6 Hardware Implementatie
2024-03-08 17:06:06 +01:00
This repository includes all files for both the experiments and the assignment for the EV6 Hardware Implementation course at HU Electrical Engineering.
## Data
Data has been collected for the two experiment using the Tektronix Oscilloscope, the files in `./data` correspond to the different setups as follows:
### Reflectieproef
| File | Description |
| --- | --- |
| T0000CH1.csv | Setup with only probe connected |
| T0001CH1.csv | Setup 3 x 50 Ohms coax cables in series unterminated |
| T0002CH1.csv | Setup 3 x 50 Ohms coax cables in series terminated 0 Ohms |
| T0003CH1.csv | Setup 3 x 50 Ohms coax cables in series terminated 50 Ohms |
| T0004CH1.csv | Setup 1 x 75 Ohms coax cable unterminated |
### Overspraakproef
2024-03-21 11:22:23 +01:00
| File | Exercise | End | Description |
| --- | --- | --- | --- |
| T0005CH1.csv | 4.4 | Far end | Capacitive crosstalk - **Might only contain Channel 1** |
| T0006CH1.csv| 4.4 | Far end | Capacitive crosstalk - **Might only contain Channel 1** |
| T0007ALL.csv| 4.4 | Far end | Capacitive crosstalk - **Should contain both** |
| T0008ALL.csv| 4.4 | Near end | Capacitive crosstalk |
| T0009ALL.csv| 4.5 | Far end | Inductive crosstalk |
| T00010ALL.csv| 4.5 | Near end | Inductive crosstalk |
| T00011ALL.csv| 4.5 | Far end | All crosstalk - **50 Ohm terminator** |
| T00012ALL.csv| 4.5 | Near end | All crosstalk - **50 Ohm terminator** |
| T00013ALL.csv| 4.5 | Far end | All crosstalk - **230 Ohm terminator** |
| T00014ALL.csv| 4.5 | Near end | All crosstalk - **230 Ohm terminator** |
2024-03-08 17:06:06 +01:00
## Documents
This repository contains two LaTeX source directories:
### `./doc/pcb`
Description of PCB design choices.
- Arne van Iterson
### `./doc/experiment`
Measurement reports for aforementioned experiments.
2024-03-07 10:43:14 +01:00
- Arne van Iterson
- Tom Selier
2024-03-22 13:59:50 +01:00
## 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.