step: Step Response Plots

Description Usage Arguments See Also Examples

Description

Plots the step response of a system, given the IR model

Usage

1
step(model)

Arguments

model

an object of class impulseest

See Also

impulseest

Examples

1
2
3
4
5
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) 

sysid documentation built on May 2, 2019, 4:18 a.m.