diff options
Diffstat (limited to 'man/etfe.Rd')
-rw-r--r-- | man/etfe.Rd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/etfe.Rd b/man/etfe.Rd index b0bd836..0990ea0 100644 --- a/man/etfe.Rd +++ b/man/etfe.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2: do not edit by hand % Please edit documentation in R/nonparam.R \name{etfe} \alias{etfe} @@ -13,15 +13,16 @@ etfe(data) an \code{idfrd} object containing the estimated frequency response } \description{ -Estimates the emperical transfer function from the data by taking the +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) + } \references{ -Arun K. Tangirala (2015), \emph{Principles of System Identification: +Arun K. Tangirala (2015), \emph{Principles of System Identification: Theory and Practice}, CRC Press, Boca Raton. Sections 5.3 and 20.4.2 } \seealso{ |