Collect Frequency Response Experiment Data for Offline
Estimation
This example shows how to use the Frequency Response Estimator block to perform a
frequency response estimation experiment and store the data for later estimation offline.
In practice, you can use this approach to perform the experiment in real time against a
physical plant, when your deployed environment is short of resources for the online
estimation computation. In this example, for illustration purposes, you perform the
experiment on a plant modeled in Simulink®.
Model and Experiment Parameters
This example uses a model that already contains a Frequency Response Estimator block
configured to collect experiment data for offline estimation. Open the model.
mdl = "CollectFreqRespEstimDataEx.slx";
open_system(mdl)