amc:ss2025:group-a:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc:ss2025:group-a:start [2025/07/29 14:58] – [Data analysis] 35120_students.hsrw | amc:ss2025:group-a:start [2025/07/29 15:11] (current) – [Data analysis] 35120_students.hsrw | ||
---|---|---|---|
Line 797: | Line 797: | ||
==== Data analysis ==== | ==== Data analysis ==== | ||
+ | |||
+ | **Data Cleaning:** | ||
+ | Selection of a segment of interest, discarding outliers or unreliable data. | ||
+ | Due some hardware limitations, | ||
+ | The expected data is 12 marks readings, but due to problems in the data acquisition there were just 8 marks usable, and there were also some duplicated readings, this was determined manually based on the time and pattern expected. | ||
+ | |||
+ | **Path Segmentation: | ||
+ | getPath(df) constructs segments (" | ||
+ | |||
+ | **Speed Calculation: | ||
+ | mean_speed(data) estimates the average speed between time marks by measuring intervals between zeros. | ||
+ | |||
+ | * After interpolating sensor data along the location axis (temporal/ | ||
+ | |||
+ | * This spatial interpolation significantly enhances intra-frame resolution. | ||
+ | |||
+ | * The aggregation step then merges these larger frames horizontally with value averaging over overlapping columns, preserving continuity. | ||
+ | |||
+ | * The plot displays a much higher-resolution heatmap representing the sensor data over the scanned path. | ||
+ | |||
<code python> | <code python> | ||
import pandas as pd | import pandas as pd | ||
Line 884: | Line 904: | ||
plt.show() | plt.show() | ||
</ | </ | ||
+ | |||
+ | {{ : | ||
===== Discussion ===== | ===== Discussion ===== | ||
amc/ss2025/group-a/start.1753793885.txt.gz · Last modified: 2025/07/29 14:58 by 35120_students.hsrw