Initial
This commit is contained in:
commit
57454576f5
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
doc/*.*
|
||||||
|
!doc/*.tex
|
||||||
|
!doc/*.bib
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# EV6 Hardware Implementatie
|
||||||
|
- Arne van Iterson
|
||||||
|
- Tom Selier
|
100017
data/csv/T0000CH1.CSV
Normal file
100017
data/csv/T0000CH1.CSV
Normal file
File diff suppressed because it is too large
Load Diff
100017
data/csv/T0001CH1.CSV
Normal file
100017
data/csv/T0001CH1.CSV
Normal file
File diff suppressed because it is too large
Load Diff
100017
data/csv/T0002CH1.CSV
Normal file
100017
data/csv/T0002CH1.CSV
Normal file
File diff suppressed because it is too large
Load Diff
100017
data/csv/T0003CH1.CSV
Normal file
100017
data/csv/T0003CH1.CSV
Normal file
File diff suppressed because it is too large
Load Diff
100017
data/csv/T0004CH1.CSV
Normal file
100017
data/csv/T0004CH1.CSV
Normal file
File diff suppressed because it is too large
Load Diff
13
data/map.md
Normal file
13
data/map.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 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 |
|
20
doc/main.tex
Normal file
20
doc/main.tex
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
\documentclass{article}
|
||||||
|
|
||||||
|
% Title
|
||||||
|
\title{Your Title Here}
|
||||||
|
|
||||||
|
% Authors
|
||||||
|
\author{Tom Selier}
|
||||||
|
\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