frestimateOptions
Options for frequency response estimation
Description
Use frestimateOptions to create an option set for
the frestimate function.
Creation
Description
creates a frequency response estimation options object,
options = frestimateOptionsoptions, with default settings.
Pass this object to the function
frestimate to use these options
for frequency response estimation.
creates an option set and sets Properties using one or more
name-value argumentsoptions = frestimateOptions(PropertyName=Value)
Properties
Examples
Alternatives
You can enable parallel computing for all models with no path dependencies. To do so, in the MATLAB preferences dialog box, click Simulink® Control Design™. Then, select the Use the parallel pool when you use the "frestimate" command option. This global setting persists from session to session until you change this option.
When you select this option and use the frestimate
command, you do not need to provide an
frestimateOptions object.
If your model has path dependencies, you must create your own frequency
response options object that specifies the path dependencies. Use the
ParallelPathDependencies option before beginning
the estimation.
