summaryrefslogtreecommitdiff
path: root/man/etfe.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-06 22:51:13 +0530
committerSuraj Yerramilli2015-06-06 22:51:13 +0530
commit54346ff658921906fea72ed0a26142164713377e (patch)
tree7b76571395fc3e0f1952eba9cad9af9e6a5ccafa /man/etfe.Rd
parent50a2a3b9e1316d6f68ae39eced629e352d5546cf (diff)
downloadSysID-R-code-54346ff658921906fea72ed0a26142164713377e.tar.gz
SysID-R-code-54346ff658921906fea72ed0a26142164713377e.tar.bz2
SysID-R-code-54346ff658921906fea72ed0a26142164713377e.zip
Documenting etfe
Diffstat (limited to 'man/etfe.Rd')
-rw-r--r--man/etfe.Rd20
1 files changed, 19 insertions, 1 deletions
diff --git a/man/etfe.Rd b/man/etfe.Rd
index 1e0732e..b0bd836 100644
--- a/man/etfe.Rd
+++ b/man/etfe.Rd
@@ -6,7 +6,25 @@
\usage{
etfe(data)
}
+\arguments{
+\item{data}{an object of class \code{idframe}}
+}
+\value{
+an \code{idfrd} object containing the estimated frequency response
+}
\description{
-Estimates the emperical transfer function
+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:
+Theory and Practice}, CRC Press, Boca Raton. Sections 5.3 and 20.4.2
+}
+\seealso{
+\code{\link[stats]{fft}}
}