Changes between Version 35 and Version 36 of Other/Summer/2025/LLM-Based
- Timestamp:
- Jul 24, 2025, 2:41:49 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/LLM-Based
v35 v36 75 75 ---- 76 76 77 The data we collected all had a 2-second interval with faulty and incomplete data. We were unable to determine what caused this error, but every sample had this error. All data after this 2-second interval was accurate, so we decided to trim out the 2 seconds of faulty data and only take the last 5000 (effectively 5 seconds) samples. 77 The data we collected all had a 2-second interval with faulty and incomplete data. We were unable to determine what caused this error, but every sample had this error. All data after this 2-second interval was accurate, so we decided to trim out the 2 seconds of faulty data and only take the last 5000 (effectively 5 seconds) samples. We also used the movmean function in MATLAB to smooth out the data. 78 78 79 Before 79 Before segmentation: 80 80 81 81 [[Image(Screenshot 2025-07-23 105427.png, width=500, height=250)]] … … 85 85 [[Image(Screenshot 2025-07-23 103349.png, width=500, height=127)]] 86 86 87 After 87 After segmentation: 88 89 [[Image(Screenshot 2025-07-23 110334.png, width=500, height=250)]] 90 91 After segmentation and smoothing: 88 92 89 93 [[Image(Screenshot 2025-07-24 102937.png, width=500, height=250)]]