MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Guía de usuario Pagina 197

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 531
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 196
Identifying Impulse-Response Models
Step Respo nse Plot
At the command line. You can use the impulse command to plot the
impulseresponse. Thetimedelayisequaltotherst positive peak in th e
transient response magnitude that is greater than the condence region for
positive time values.
For example, the following commands create an impulse-response plot with a
1-standard-deviation condence region:
% Load sample data
load dry2
% Split data into estimation and
% validation data sets
ze = dry2(1:500);
zr = dry2(501:1000);
impulse(ze,'sd',1,'fill')
The resulting gure sh ows that the rst pos itive peak of th e response
magnitude, which is greater than the condence region for positive time
values, occurs at 0.24 s.
3-19
Vista de pagina 196
1 2 ... 192 193 194 195 196 197 198 199 200 201 202 ... 530 531

Comentarios a estos manuales

Sin comentarios