Changes between Version 30 and Version 31 of Other/Summer/2025/LLM-Based
- Timestamp:
- Jul 24, 2025, 2:33:16 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/LLM-Based
v30 v31 69 69 ---- 70 70 71 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. 71 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. After that, we used the movmean function in MATLAB to smooth out the data. 72 72 73 73 Before segmentation: … … 79 79 [[Image(Screenshot 2025-07-23 103349.png, width=500, height=127)]] 80 80 81 ----82 81 After segmentation: 83 82