LabVIEW Control Design and Simulation Module

Part 3: Identifying Dynamic System Models (Advanced Signal Processing Toolkit or Control Design and Simulation Module)

  • Updated2023-03-14
  • 1 minute(s) read

Model identification, or parameter estimation, is a series of data and signal processing tasks to estimate unknown parameters and coefficients of the dynamic system model.

Before you perform model identification, you need to preprocess the acquired raw data to ensure the data is free from external noise, scaling problems, outliers, or other corruptions. Use the Data Preprocessing VIs to preprocess the data and ensure the data accurately reflects the response of the dynamic system.

In this tutorial, the DC servomotor is a simple dynamic system. The acquired raw data is accurate enough for model identification. Therefore, you can skip preprocessing the raw data.

With the acquired time-domain data, you can perform model identification on any of the following models:

You also can convert the time-domain data to frequency-domain data. With the converted frequency-domain data, you can identify models by using the Frequency-Domain Model Estimation VIs.

Previous: Exciting the System and Acquiring Data Next: Validating and Analyzing Dynamic System Models