summaryrefslogtreecommitdiff
path: root/man/bjsim.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/bjsim.Rd')
-rw-r--r--man/bjsim.Rd24
1 files changed, 24 insertions, 0 deletions
diff --git a/man/bjsim.Rd b/man/bjsim.Rd
new file mode 100644
index 0000000..d599860
--- /dev/null
+++ b/man/bjsim.Rd
@@ -0,0 +1,24 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/data.R
+\docType{data}
+\name{bjsim}
+\alias{bjsim}
+\title{Data simulated from an BJ model}
+\format{an \code{idframe} object with 2046 samples, one input and one
+output}
+\usage{
+bjsim
+}
+\description{
+This dataset contains 2046 samples simulated from the following BJ model:
+\deqn{
+ y[k] = \frac{0.6q^{-2} - 0.2q^{-3}}{1 - 0.5q^{-1}} u[k] +
+ \frac{1+0.2q^{-1}}{1 - 0.3q^{-1}} e[k]
+}
+}
+\details{
+The model is simulated with a 2046 samples long full-band PRBS input.
+The noise variance is set to 0.1
+}
+\keyword{datasets}
+