blob: 4972ff69b956134dc87c2a4686b88cc70ecc2a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{arxsim}
\alias{arxsim}
\title{Data simulated from an ARX model}
\format{an \code{idframe} object with 2555 samples, one input and one
output}
\usage{
arxsim
}
\description{
This dataset contains 2555 samples simulated from the following ARX model:
\deqn{
y[k] = \frac{0.6q^{-2} - 0.2q^{-3}}{1 - 0.5q^{-1}} u[k] +
\frac{1}{1 - 0.5q^{-1}} e[k]
}
}
\details{
The model is simulated with a 2555 samples long full-band PRBS input.
The noise variance is set to 0.1
}
\keyword{datasets}
|