diff options
author | Suraj Yerramilli | 2016-05-15 18:49:36 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-15 18:49:36 +0530 |
commit | b7bbfddf0a00603dbe5f0adf902f6563069adce6 (patch) | |
tree | c572c6019d7da0c7984cd59ac5a473a0221e4b00 /man | |
parent | ee9be06bbfc2dacb8d6b71aa32c0158154124b9d (diff) | |
download | SysID-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.Rd | 2 | ||||
-rw-r--r-- | man/spa.Rd | 10 |
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}} @@ -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{ |