Changes between Version 37 and Version 38 of Other/Summer/2025/LLM-Based


Ignore:
Timestamp:
Jul 24, 2025, 2:42:50 PM (3 days ago)
Author:
jerryh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2025/LLM-Based

    v37 v38  
    7474----
    7575
    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.
     76The 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.
    7777
    7878Before segmentation: