Import Tire Measurement Data for Analysis
This example shows how to use the Tire Manager app to analyze tire measurement data. Analyzing tire data helps you to understand tire behavior, identify potential issues, and prepare the data for modeling.
Alternatively, you can directly import tire measurement data for analysis using the
tireData
functions.
Download Example Tire Data File
The example-data.tdx file contains the tire data to import to the Tire Manager app.
Launch Tire Manager
Open the Tire Manager app in MATLAB®. On the Apps tab, under Automotive, click the Tire Manager icon. Alternatively, enter this command in the MATLAB Command Window.
tireManager
The app opens with an empty tire object in the Workspace tree.

Import Tire Data
Import the tire data.
Navigate to the Main tab in the Tire Manager toolstrip and click Import.
To import tire data from a file, click Import Data Files.
Select the
example-data.tdxfile to import.
View Tire Data
Visually examine the distribution of data across different data channels using the violin plot feature.
Select the
Datafolder in the Workspace tree.
Click New Plot.
Click Violin Plot. The app automatically selects the check boxes next to the relevant data files in the Workspace tree and displays the data in the plot.

By default, violin plots are displayed for these channels:
Normal force [N]Inflation pressure [Pa]Slip angle [rad]Inclination angle [rad]Total velocity [m/s]

The plots indicate that the data was collected from slip angle sweep testing performed at five different normal loads and at three different inclination angles, using a single inflation pressure at a constant speed.
Crop Tire Data
Visually inspect the tire data to determine whether any data needs to be excluded.
Plot the normal force versus elapsed time. Keeping the data boxes selected in the tree from the previous step, click New Plot and, in the Line Plots section, select New Plot.
From the X-Axis list, select
Elapsed time [s]. From the Y-Axis list, selectNormal Force [N].
The plot shows repeated conditions at the start of the test. Use the crop function to remove this section of data.
Keeping the data boxes selected in the tree from the previous step, click Edit Data.
Click Crop. The Crop Tire Data document opens. Here, you can plot a preview of the selected data and specify the crop criteria.
Preview the normal force versus elapsed time on the plot. From the Y-Axis list select,
Normal force [N]. From the X-Axis list, selectElapsed time[s].
Select the repeated conditions to crop from the data. You can specify the range of data to crop by manually entering values in the Crop Range (start) and the Crop Range (end) edit boxes, or by clicking the graph and dragging to define the region of the data to crop.

Click Apply Crop.

Split Tire Data
Sometimes a single tire data file contains multiple test conditions or test types. In these cases, you can split a single tire data object into multiple tire data objects, each corresponding to a specific condition or test. For this example, use the split function to split the single tire data object based on the normal force applied during testing. This split prepares the data so that filtering or averaging a data channel is performed within each test condition, rather than across multiple test conditions. Splitting the data also gives you more control over what data is used when fitting tire models.
Keeping the data boxes selected in the tree from the previous step, click Edit Data.
Click Split. The Split Tire Data document opens. Here, you can plot a preview of the selected data and specify the split criteria.
To preview the normal force versus elapsed time on the plot, from the Y-Axis list, select
Normal force [N].
From the Method list, select
Split by Data.
To split the data, from the Select Split Criteria Channel(s) list, select
Normal force [N].

The plot displays where the data will be split.
Click Apply Split. The selected data in the workspace tree is split into multiple tire data objects.
Filter Tire Data
To use this data for model fitting, first inspect it for noise. Since this data comes
from slip angle sweep testing, it will be used to fit the aligning torque response
Mz pure, the overturning moment response Mx,
and the lateral force response Fy pure. Check these data channels for
noise before fitting. For more information, see fitType.
To select all the data, select the check box next to the
Datanode in the Workspace tree and click New Plot.In the Slip Angle Sweep: Common 2-D Plot Templates section, select the Fy vs Alpha template.
From the Color-By list, select
Normal force [N}.To enable the colorbar, click the button next to the drop-down list.

This plot shows that the lateral force data channel contains noise.
Repeat these plots for the Mx vs Alpha and Mz vs Alpha templates. Noise is also present in the overturning moment and self-aligning moment data channels.
Keeping the data boxes selected in the Workspace tree from the previous step, click Edit Data.
Click Filter. The Filter Tire Data document opens. Here, you can specify plots to preview and specify the filter criteria.
From the Data Set list, select a data set to preview in the plot.

To select data to filter, press and hold the Ctrl key, and in the Channels list, click
Lateral force [N],Overturning moment, andSelf-aligning moment [Nm].
From the Method list, select
Low-pass Cutoff Frequency, and in the Cutoff Frequency (F) [Hz] edit box, enter3.

View the plots to preview the filtered data.
Click Apply Filter. The filter is applied to all data selected in the Workspace tree.

Apply Mean
Plot the normal force to visually inspect the channel for noise. Since the normal force is a steady-state input to the slip angle sweep testing, ideally, it should not be noisy for fitting tire data. Refer back to the normal force versus elapsed time plot created in, Crop Tire Data. Noise can be seen in the normal force data channel. Edit the data to apply the mean to the normal force.
Keeping the data boxes selected in the Workspace tree from the previous step, click Edit Data.
Click Mean.
From the Data Set list, select a data set to preview in the plot.

From the Method list, select
Mean.
From the Channels list, select
Normal force [N].

Click Apply Mean. The mean is applied to all data selected in the Workspace tree.

Export Edited Tire Data
Export the edited tire data.
Select the data object to export in the Workspace tree.

Click Export, and then select Export to TYDEX File(s). All the data objects under the selected data object are exported to individual files.

See Also
Get Started with the Extended Tire Features for Vehicle Dynamics Blockset | Tire Manager