MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Betriebsanweisung Seite 107

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 531
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 106
Getting Advice About Your Data
The following example shows how to get information about your data.
Consider data from a single-input/single-output system sample d at 0. 08 s.
Use these commands to load the data and estimate the delay in the system:
load dryer2 % Load the sample input
% and output data
data=iddata(y2,u2,0.08) % Cre ate iddata object
delayest(data) % Estimate del ay (dead time)
ans =
3
Use the following syntax to get advice about a data set:
advice(data) % Get advice about the data
The results of using this command suggests your identication strategy.
1-85
Seitenansicht 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 530 531

Kommentare zu diesen Handbüchern

Keine Kommentare