Add LaTeX for PCB Design report
This commit is contained in:
parent
57454576f5
commit
5fda82954f
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
doc/*.*
|
||||
!doc/*.tex
|
||||
!doc/*.bib
|
||||
doc/*/*.*
|
||||
!doc/*/*.tex
|
||||
!doc/*/*.bib
|
||||
|
26
README.md
26
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
|
||||
|
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
13
data/map.md
13
data/map.md
@ -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 |
|
0
doc/experiment/img/.gitkeep
Normal file
0
doc/experiment/img/.gitkeep
Normal file
0
doc/pcb/img/.gitkeep
Normal file
0
doc/pcb/img/.gitkeep
Normal file
19
doc/pcb/main.tex
Normal file
19
doc/pcb/main.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user