step {sysid} | R Documentation |
Step Response Plots
Description
Plots the step response of a system, given the IR model
Usage
step(model)
Arguments
model |
an object of class |
See Also
Examples
uk <- rnorm(1000,1)
yk <- filter (uk,c(0.9,-0.4),method="recursive") + rnorm(1000,1)
data <- idframe(output=data.frame(yk),input=data.frame(uk))
fit <- impulseest(data)
step(fit)
[Package sysid version 1.0.4 Index]