Record a Lap Using a MATLAB Script

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen

record, storing, data manipulation, calibration

Record a Lap

After successfully recording the lab, an essential step is to provide quality data for the AI by cleaning and filtering the data(removing noice). These can be archieved through the following.

data manipulation

  1. Normalization:

is the set of steps applied to raw data to make it clean and suitable for analysis or modeling. It covers tasks like handling missing values, encoding categories, removing outliers, and feature scaling.

  • handling missing values:
  • encoding categories:
  • removing outliers:

calibration

Results