Time Domain Data or Correct Data Structure for System Identification Toolbox
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
New to Matlab's system identification toolbox. I have a question regarding the data structure requirement in terms of time domain data.
.
The system requires that I have input and output data.
Please see attached screenshot...will something like this qualify as a correct time domain data for the system identification toolbox? where first column is time, second column is input and third column is output? I could also create an iddata using data = iddata(y,u,Ts). I want to be sure however that the data I will be importing to the workspace is in the correct format first.
Are there any other data format I can use? My data is in two parts, input and output (20 rows each), both of them sharing the same timestamps.
Any guidance on the appropriate representation of my data will be appreciate!
Thank you!
0 commentaires
Réponse acceptée
Star Strider
le 6 Oct 2022
The signals appear to be regularly sampled, so that should work. The iddata function is an appropriate starting point for time domain data.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Transform Data dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!