diff --git a/.gitignore b/.gitignore index 06c0782..1a2920d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -doc/*.* -!doc/*.tex -!doc/*.bib +doc/*/*.* +!doc/*/*.tex +!doc/*/*.bib diff --git a/README.md b/README.md index b043822..bb399b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ # EV6 Hardware Implementatie +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 +| File | Description | +| --- | --- | +| T000XCH1.csv | Setup | + +## 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. - Arne van Iterson - Tom Selier diff --git a/data/csv/T0000CH1.CSV b/data/T0000CH1.CSV similarity index 100% rename from data/csv/T0000CH1.CSV rename to data/T0000CH1.CSV diff --git a/data/csv/T0001CH1.CSV b/data/T0001CH1.CSV similarity index 100% rename from data/csv/T0001CH1.CSV rename to data/T0001CH1.CSV diff --git a/data/csv/T0002CH1.CSV b/data/T0002CH1.CSV similarity index 100% rename from data/csv/T0002CH1.CSV rename to data/T0002CH1.CSV diff --git a/data/csv/T0003CH1.CSV b/data/T0003CH1.CSV similarity index 100% rename from data/csv/T0003CH1.CSV rename to data/T0003CH1.CSV diff --git a/data/csv/T0004CH1.CSV b/data/T0004CH1.CSV similarity index 100% rename from data/csv/T0004CH1.CSV rename to data/T0004CH1.CSV diff --git a/data/map.md b/data/map.md deleted file mode 100644 index f137ec8..0000000 --- a/data/map.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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 -| File | Description | -| --- | --- | -| T000XCH1.csv | Setup | \ No newline at end of file diff --git a/doc/experiment/img/.gitkeep b/doc/experiment/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/main.tex b/doc/experiment/main.tex similarity index 100% rename from doc/main.tex rename to doc/experiment/main.tex diff --git a/doc/pcb/img/.gitkeep b/doc/pcb/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/pcb/main.tex b/doc/pcb/main.tex new file mode 100644 index 0000000..01fdc12 --- /dev/null +++ b/doc/pcb/main.tex @@ -0,0 +1,19 @@ +\documentclass{article} + +% Title +\title{Your Title Here} + +% Authors +\author{Arne van Iterson} + +\begin{document} + +\maketitle + +\begin{abstract} +Your abstract text here. +\end{abstract} + +% Rest of your document goes here + +\end{document} \ No newline at end of file