How to validate nlhw model?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
To estimate the Hammerstein-Wiener model I'm using nlhw as below: sys = nlhw(z1,Orders,InputNL,OutputNL); z1 is iddata that I'm using as training data to create sys. The question is how I can validate my model (sys)? Can I use 'sim' command? If yes, with the same data set (z1)? Or should I use new sets of data for validation? [ys,y_sd] = sim(sys,z1);
Thanks, Ana
Réponses (0)
Voir également
Catégories
En savoir plus sur System Identification Toolbox 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!