diff options
author | Suraj Yerramilli | 2016-05-15 23:33:19 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-15 23:33:19 +0530 |
commit | 4d369b4a7a7ee0ad374831005ec5584460157d70 (patch) | |
tree | 7de075af9c97df3fde4da7a26c9b45c62160ae29 /man | |
parent | a42fe89ba59be45eb4c8c61119c8e9af4faddbef (diff) | |
download | SysID-R-code-4d369b4a7a7ee0ad374831005ec5584460157d70.tar.gz SysID-R-code-4d369b4a7a7ee0ad374831005ec5584460157d70.tar.bz2 SysID-R-code-4d369b4a7a7ee0ad374831005ec5584460157d70.zip |
correcting etfe documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/etfe.Rd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/etfe.Rd b/man/etfe.Rd index c2e31cb..662ff4a 100644 --- a/man/etfe.Rd +++ b/man/etfe.Rd @@ -8,6 +8,8 @@ etfe(data, n = 128) } \arguments{ \item{data}{an object of class \code{idframe}} + +\item{n}{frequency spacing (Default: \code{128})} } \value{ an \code{idfrd} object containing the estimated frequency response @@ -17,8 +19,8 @@ Estimates the emperical transfer function from the data by taking the ratio of the fourier transforms of the output and the input variables } \examples{ -data(frf) -frf <- etfe(data) +data(arxsim) +frf <- etfe(arxsim) } \references{ |