Changes between Version 35 and Version 36 of Other/Summer/2025/LLM-Based


Ignore:
Timestamp:
Jul 24, 2025, 2:41:49 PM (4 days ago)
Author:
LeonD
Comment:

Legend:

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

    v35 v36  
    7575----
    7676
    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.
     77The 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.
    7878
    79 Before
     79Before segmentation:
    8080
    8181[[Image(Screenshot 2025-07-23 105427.png​, width=500, height=250)]]
     
    8585[[Image(Screenshot 2025-07-23 103349.png​​, width=500, height=127)]]
    8686
    87 After
     87After segmentation:
     88
     89[[Image(Screenshot 2025-07-23 110334.png​, width=500, height=250)]]
     90
     91After segmentation and smoothing:
    8892
    8993[[Image(Screenshot 2025-07-24 102937.png​, width=500, height=250)]]