Finished lab notes for labs 5 and 6.

This commit is contained in:
Jonathan Chan 2018-02-20 15:04:07 -08:00
parent 76a9201164
commit 081695bbd5
5 changed files with 37 additions and 29 deletions

View File

@ -1,29 +1,29 @@
Distance (cm), Measured (cm)
1, 3
1.5, 3
2, 3
2.5, 3
3, 4
3.5, 4
4, 5
4.5, 5
5, 6
6, 7
7, 8
8, 9
9, 10
10, 11
15, 16
20, 21
25, 26
30, 31
40, 41
50, 51
60, 61
80, 81
100, 101
120, 122
140, 142
160, 162
180, 183
200, 203
Distance (cm), Measured (cm),,Difference (cm)
1,3,2,1
1.5,3,2,0.5
2,3,2,0
2.5,3,2,-0.5
3,4,3,0
3.5,4,3,-0.5
4,5,4,0
4.5,5,4,-0.5
5,6,5,0
6,7,6,0
7,8,7,0
8,9,8,0
9,10,9,0
10,11,10,0
15,16,15,0
20,21,20,0
25,26,25,0
30,31,30,0
40,41,40,0
50,51,50,0
60,61,60,0
80,81,80,0
100,101,100,0
120,122,121,1
140,142,141,1
160,162,161,1
180,183,182,2
200,203,202,2

1 Distance (cm) Measured (cm) Difference (cm)
2 1 3 2 1
3 1.5 3 2 0.5
4 2 3 2 0
5 2.5 3 2 -0.5
6 3 4 3 0
7 3.5 4 3 -0.5
8 4 5 4 0
9 4.5 5 4 -0.5
10 5 6 5 0
11 6 7 6 0
12 7 8 7 0
13 8 9 8 0
14 9 10 9 0
15 10 11 10 0
16 15 16 15 0
17 20 21 20 0
18 25 26 25 0
19 30 31 30 0
20 40 41 40 0
21 50 51 50 0
22 60 61 60 0
23 80 81 80 0
24 100 101 100 0
25 120 122 121 1
26 140 142 141 1
27 160 162 161 1
28 180 183 182 2
29 200 203 202 2

Binary file not shown.

Binary file not shown.

View File

@ -6,6 +6,7 @@
\usepackage{minted}
\usepackage{siunitx}
\usepackage{hyperref}
\usepackage{graphicx}
\begin{document}
\maketitle
@ -97,4 +98,11 @@
ax.set_ylim(0,255) # set limits of y axis.
...
\end{minted}
\begin{figure}[H]
\centering
\includegraphics[width=0.9\textwidth]{ranger-measurement}
\end{figure}
The above chart shows the deviation from the actual distance as measured with the ultrasonic ranger by pointing it at a perpendicular wall certain distances away. The measurements for distances under $\SI{3}{cm}$ are all exactly $\SI{3}{cm}$, which explains the linearly decreasing distances in the lower end; as mentioned previously, the ranger cannot measure distances any closer. As distance increases, the measurement becomes less accurate: this may be because the father the pulse has to travel, the more spread out it becomes, and it bounces off parts of the wall not exactly perpendicular but slightly off centre. This explanation is further supported by the fact that when using a portable smaller surface in lieu of a wall, as I had originally done, at certain distances the surface wasn't large enough to yield a meaningful result.
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB