Add LaTeX for PCB Design report

This commit is contained in:
Arne van Iterson 2024-03-08 17:06:06 +01:00
parent 57454576f5
commit 5fda82954f
12 changed files with 48 additions and 16 deletions

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
doc/*.*
!doc/*.tex
!doc/*.bib
doc/*/*.*
!doc/*/*.tex
!doc/*/*.bib

View File

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

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

Can't render this file because it is too large.

View File

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

View File

0
doc/pcb/img/.gitkeep Normal file
View File

19
doc/pcb/main.tex Normal file
View File

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