diff options
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{ |