Changes between Version 37 and Version 38 of Other/Summer/2025/LLM-Based
- Timestamp:
- Jul 24, 2025, 2:42:50 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/LLM-Based
v37 v38 74 74 ---- 75 75 76 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.76 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 a sliding window moving average with a window size of 75 to smooth out the noise. 77 77 78 78 Before segmentation: