summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-15 18:49:36 +0530
committerSuraj Yerramilli2016-05-15 18:49:36 +0530
commitb7bbfddf0a00603dbe5f0adf902f6563069adce6 (patch)
treec572c6019d7da0c7984cd59ac5a473a0221e4b00 /man
parentee9be06bbfc2dacb8d6b71aa32c0158154124b9d (diff)
downloadSysID-R-code-b7bbfddf0a00603dbe5f0adf902f6563069adce6.tar.gz
SysID-R-code-b7bbfddf0a00603dbe5f0adf902f6563069adce6.tar.bz2
SysID-R-code-b7bbfddf0a00603dbe5f0adf902f6563069adce6.zip
minor corrections
Diffstat (limited to 'man')
-rw-r--r--man/plot.impulseest.Rd2
-rw-r--r--man/spa.Rd10
2 files changed, 6 insertions, 6 deletions
diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd
index cb93f25..ac32797 100644
--- a/man/plot.impulseest.Rd
+++ b/man/plot.impulseest.Rd
@@ -4,7 +4,7 @@
\alias{plot.impulseest}
\title{Impulse Response Plots}
\usage{
-\method{plot}{impulseest}(model, sig = 2)
+\method{plot}{impulseest}(model, sd = 2)
}
\arguments{
\item{model}{an object of class \code{impulseest}}
diff --git a/man/spa.Rd b/man/spa.Rd
index 53dffd8..306189f 100644
--- a/man/spa.Rd
+++ b/man/spa.Rd
@@ -9,11 +9,11 @@ spa(x, winsize = NULL, freq = NULL)
\arguments{
\item{x}{an \code{idframe} object}
+\item{winsize}{lag size of the Hanning window (Default: \code{min
+(length(x)/10,30)})}
+
\item{freq}{frequency points at which the response is evaluated
(Default: \code{seq(1,128)/128*pi/Ts})}
-
-\item{W}{lag size of the Hanning window (Default: \code{min
-(length(x)/10,30)})}
}
\value{
an \code{idfrd} object containing the estimated frequency response
@@ -24,8 +24,8 @@ Estimates frequency response and noise spectrum from data with
fixed resolution using spectral analysis
}
\examples{
-data(frf)
-frf <- spa(data)
+data(arxsim)
+frf <- spa(arxsim)
}
\references{