Skip to content
Snippets Groups Projects
Commit 0866d6dd authored by Jake Read's avatar Jake Read
Browse files

data sink ubuntu

parent 8a9e98bc
Branches
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ import numpy as np ...@@ -4,10 +4,10 @@ import numpy as np
import pandas as pd import pandas as pd
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
ser = CobsUsbSerial("COM23") ser = CobsUsbSerial("/dev/ttyACM0")
stamp_count = 10000 stamp_count = 10000
pck_len = 250 pck_len = 32
stamps = np.zeros(stamp_count) stamps = np.zeros(stamp_count)
......
images/2023-12-12_ingest-histogram-single-source-pck-128-ubuntu.png

32.6 KiB

images/2023-12-12_ingest-histogram-single-source-pck-250-ubuntu.png

31.5 KiB

images/2023-12-12_ingest-histogram-single-source-pck-32-ubuntu.png

30.4 KiB

images/2023-12-12_ingest-histogram-single-source-pck-64-ubuntu.png

31.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment