User Defined Model Definitions (Advanced Signal Processing Toolkit or Control Design and Simulation Module)
- Updated2023-03-14
- 1 minute(s) read
If a general-linear polynomial, transfer function, zero-pole-gain, or state-space model cannot represent the model you want to estimate, you can define a model by revising a template VI. You can find template VIs in the \vi.lib\addons\System Identification\User-Defined Model Templates.llb. You then can estimate the model you define by using the SI Estimate User-Defined Model VI. This VI enables you to estimate some other model representations in addition to the general-linear, transfer function, zero-pole-gain, and state-space models that the System Identification VIs directly support. For example, you can use this VI to estimate nonlinear models. With this VI, you also can estimate linear models that you define early.
Refer to the following VIs for examples that demonstrate how to use the SI Estimate User-Defined Model VI.
Estimate Hammerstein Model VI in the labview\examples\System Identification\Getting Started\User Defined Model.llb
Estimate Hammerstein-Weiner Model VI in the labview\examples\System Identification\Getting Started\User Defined Model.llb
Estimate Weiner Model VI in the labview\examples\System Identification\Getting Started\User Defined Model.llb
Parameterize Nonlinear Differential Equation Model VI in the labview\examples\System Identification\Getting Started\User Defined Model.llb