Sélectionner des données pour l'estimation
Pour estimer des modèles, la System Identification Toolbox™ vous permet de sélectionner un sous-ensemble du jeu de données d’entrée/sortie représenté, de créer un nouveau jeu de données à partir du jeu existant ou de créer des jeux de données multi-expérimentations.
Pour obtenir des informations détaillées sur la représentation initiale de données dans le domaine temporel et dans le domaine fréquentiel dans MATLAB®, consultez Representing Data in MATLAB Workspace.
Fonctions
fselect | Select frequency points or range in FRD model |
getexp | Get specific experiments from multiple-experiment data set |
merge (iddata) | Merge data sets into iddata object |
fcat | Concatenate FRD models along frequency dimension |
Rubriques
- Specify Estimation and Validation Data in the App
You should use different data sets to estimate and validate your model for best validation results.
- Select Subsets of Data
Select portions of data for identification in the app or at the command line.
- Create Data Sets from a Subset of Signal Channels
You can create a new data set in the System Identification app by extracting subsets of input and output channels from an existing data set.
- Create Multiexperiment Data Sets in the App
You can create a time-domain or frequency-domain data set in the System Identification app that includes several experiments.
- Create Multiexperiment Data at the Command Line
You can create
iddataobjects that contain several experiments. - Dealing with Multi-Experiment Data and Merging Models
This example shows how to deal with multiple experiments and merge models when working with System Identification Toolbox™ for estimating and refining models.
- Extract and Model Specific Data Segments
This example shows how to create a multi-experiment, time-domain data set by merging only the accurate data segments and ignoring the rest.