diff options
author | Suraj Yerramilli | 2015-05-25 18:37:19 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-05-25 18:37:19 +0530 |
commit | f1b4017b0f0e07dfa8e24c14834af49bb71c4a3f (patch) | |
tree | 806af749fcc467c7a7ffd99859937b13156c41f8 /man | |
parent | 177dd0536ea9da096aab481a18914c97cee925a0 (diff) | |
download | SysID-R-code-f1b4017b0f0e07dfa8e24c14834af49bb71c4a3f.tar.gz SysID-R-code-f1b4017b0f0e07dfa8e24c14834af49bb71c4a3f.tar.bz2 SysID-R-code-f1b4017b0f0e07dfa8e24c14834af49bb71c4a3f.zip |
Basic features added
Diffstat (limited to 'man')
-rw-r--r-- | man/impulseest.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/impulseest.Rd b/man/impulseest.Rd index c831cc3..7d36f99 100644 --- a/man/impulseest.Rd +++ b/man/impulseest.Rd @@ -4,14 +4,15 @@ \alias{impulseest} \title{Estimate Impulse Response Models} \usage{ -impulseest(data, M = 30, K) +impulseest(data, M = 30, K = 0) } \arguments{ \item{data}{an object of class \code{idframe}} \item{M}{Order of the FIR Model (Default:\code{30})} -\item{K}{Transport delay in the estimated impulse response} +\item{K}{Transport delay in the estimated impulse response +(Default:\code{0})} } \description{ \code{impulseest} is used to estimate impulse response models in the |