Hauptinhalt

Die Übersetzung dieser Seite ist veraltet. Klicken Sie hier, um die neueste Version auf Englisch zu sehen.

Nichtlineare ARX-Modelle

Nicht lineares Verhalten, modelliert mithilfe von dynamischen Netzwerken wie Sigmoid und Wavelet

Sie können Nichtlinearitäten in Ihrem System mit dynamischen nicht linearen Schätzern wie Wavelet Networks, Tree Partitioning und Sigmoid Networks darstellen. Verwenden Sie zum Schätzen nichtlinearer ARX-Modelle die System Identification-App oder die nlarx-Funktion.

Apps

System IdentificationIdentifizieren von Modellen dynamischer Systeme anhand von Messdaten

Funktionen

alle erweitern

idnlarxNonlinear ARX model
nlarxEstimate parameters of nonlinear ARX model
nlarxOptionsOption set for nlarx
isnlarxDetect nonlinearity in estimation data
initSet or randomize initial parameter values
getpvecObtain model parameters and associated uncertainty data
setpvecModify values of model parameters
linearRegressorSpecify linear regressor for nonlinear ARX model (Seit R2021a)
polynomialRegressorSpecify polynomial regressor for nonlinear ARX model (Seit R2021a)
periodicRegressorSpecify periodic regressor for nonlinear ARX model (Seit R2022a)
customRegressorSpecify custom regressor for nonlinear ARX model (Seit R2021a)
getregRegressor expressions and numerical values in nonlinear ARX model
polyreg(Not recommended) Powers and products of standard regressors
customreg(Not recommended) Custom regressor for nonlinear ARX models
addreg(Not recommended) Add custom regressors to nonlinear ARX model
idWaveletNetworkWavelet network function for nonlinear ARX and Hammerstein-Wiener models
idSigmoidNetworkSigmoid network function for nonlinear ARX and Hammerstein-Wiener models
idTreePartitionTree-partitioned nonlinear function for nonlinear ARX models
idCustomNetworkCustom network function for nonlinear ARX and Hammerstein-Wiener models
idLinearLinear mapping object for nonlinear ARX models
idGaussianProcessGaussian process regression mapping function for nonlinear ARX and Hammerstein-Wiener models (requires Statistics and Machine Learning Toolbox) (Seit R2021b)
idTreeEnsembleDecision tree ensemble mapping function for nonlinear ARX models (requires Statistics and Machine Learning Toolbox) (Seit R2021b)
idSupportVectorMachineSupport vector machine regression mapping function for nonlinear ARX models (requires Statistics and Machine Learning Toolbox) (Seit R2022a)
idNeuralNetworkMultilayer neural network mapping function for nonlinear ARX models and Hammerstein-Wiener models (requires Statistics and Machine Learning Toolbox or Deep Learning Toolbox) (Seit R2023b)
idFeedforwardNetwork(Not recommended) Multilayer feedforward neural network mapping function for nonlinear ARX models (requires Deep Learning Toolbox)
evaluateEvaluate output values of idnlarx or idnlhw mapping object array for given set of input values
simSimulate response of identified model
simOptionsOption set for sim
predictPredict identified model K-step-ahead output
predictOptionsOption set for predict
compareCompare identified model output with measured output
compareOptionsOption set for compare
forecastForecast time-series values into future
forecastOptionsOption set for forecast
nlarxPlotPlot nonlinearity of nonlinear ARX model (Seit R2023a)
evaluateEvaluate output values of idnlarx or idnlhw mapping object array for given set of input values
getDelayInfoGet input/output delay information for idnlarx model structure
idnlarx/findopCompute operating point for Nonlinear ARX model
findopOptionsOption set for findop
idnlarx/operspecConstruct operating point specification object for idnlarx model
idnlarx/linearizeLinearize nonlinear ARX model
linappLinear approximation of nonlinear ARX and Hammerstein-Wiener models for given input

Blöcke

alle erweitern

Nonlinear ARX ModelSimulate nonlinear ARX model in Simulink software
Iddata SinkExportieren von Simulationsdaten als iddata-Objekt in den MATLAB-Workspace
Iddata SourceImport time-domain data stored in iddata object in MATLAB workspace

Themen

Enthaltene Beispiele