moto42 created page: home authored by Morten Vemmelund Brøgger-Jensen's avatar Morten Vemmelund Brøgger-Jensen
...@@ -43,7 +43,14 @@ final int sampleInterval = 100; // ms ...@@ -43,7 +43,14 @@ final int sampleInterval = 100; // ms
``` ```
### Exercise 4 ### Exercise 4
Again we change the sampleInterval, but this time to 10, 20 40, 80. ![Sample with 0 ms](/week2/plots/Sample_0ms.txt.png)
![Sample with 10 ms](/week2/plots/Sample_10ms.txt.png)
![Sample with 20 ms](/week2/plots/Sample_20ms.txt.png)
![Sample with 40 ms](/week2/plots/Sample_40ms.txt.png)
![Sample with 80 ms](/week2/plots/Sample_80ms.txt.png)
![Sample with 100 ms](/week2/plots/Sample_100ms.txt.png)
Again we change the sampleInterval, but this time to 10, 20 40, 80, 100.
### Exercise 5 ### Exercise 5
... ...
......