Eingangs-/Ausgangs-Polynommodelle
Ein Polynommodel verwendet ein verallgemeinertes Transferfunktions-Konzept, um die Beziehung zwischen Eingang u (t), Ausgang y (t) und Rauschene (t) auszudrücken. Hierzu wird eine Gleichung der folgenden Form verwendet:
A(q), B(q), F(q), C(q) und D(q) sind Polynommatrizen für den Zeitversetzungs-Operator q-1. u(t) ist der Eingang und nk
die Eingangsverzögerung. y(t) ist der Ausgang und e(t) ist das Störgrößensignal.
Jedes Polynom weist eine unabhängige Ordnung oder Anzahl schätzbarer Koeffizienten auf. Hat beispielsweise A (q) die Ordnung 2, weist das Polynom A die Form A (q) = 1 + a1q-1 + a2q-2 auf.
In der Praxis sind nicht alle Polynome zugleich aktiv. Einfachere Polynomformen wie ARX, ARMAX, Ausgangsfehler und Box-Jenkins stellen Modellstrukturen bereit, die sich für bestimmte Ziele wie den Umgang mit nichtstationären Störgrößen oder eine vollständig unabhängige Parametrisierung von Dynamik und Rauschen eignen. Weitere Informationen zu diesen Modelltypen finden Sie unter What Are Polynomial Models?.
Apps
System Identification | Identify models of dynamic systems from measured data |
Funktionen
Themen
Grundlagen zu Polynommodellen
- What Are Polynomial Models?
Polynomial model structures including ARX, ARMAX, output-error, and Box-Jenkins. - Data Supported by Polynomial Models
Use time-domain and frequency-domain data to estimate discrete-time and continuous-time models.
Schätzen von Polynommodellen
- Preliminary Step – Estimating Model Orders and Input Delays
To estimate polynomial models, you must provide input delays and model orders. - Estimate Polynomial Models in the App
Import data into the app, specify model orders, delays and estimation options. - Estimate Polynomial Models at the Command Line
Specify model orders, delays, and estimation options. - Polynomial Sizes and Orders of Multi-Output Polynomial Models
Size of A, B, C, D, and F polynomials for multi-output models. - Estimate Models Using armax
This example shows how to estimate a linear, polynomial model with an ARMAX structure for a three-input and single-output (MISO) system.
Festlegen der Polynommodell-Optionen
- Specifying Initial States for Iterative Estimation Algorithms
Specify initial conditions of polynomial models for iterative estimation algorithms. - Polynomial Model Estimation Algorithms
Choose between the ARX and IV algorithms for ARX and AR model estimation.