summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-01-05 23:10:57 +0530
committerSuraj Yerramilli2016-01-05 23:10:57 +0530
commit6f0b7596ea2425bc27e539e507cca6270454fae8 (patch)
tree84e51ce53e84fd81309c0c72f0f7b34bb4d6d602 /man
parentc1b73604b4a2b15e4733b818f6959746064e5b6d (diff)
downloadSysID-R-code-6f0b7596ea2425bc27e539e507cca6270454fae8.tar.gz
SysID-R-code-6f0b7596ea2425bc27e539e507cca6270454fae8.tar.bz2
SysID-R-code-6f0b7596ea2425bc27e539e507cca6270454fae8.zip
removing tf data structure; to be redone later
Diffstat (limited to 'man')
-rw-r--r--man/tf.Rd22
1 files changed, 0 insertions, 22 deletions
diff --git a/man/tf.Rd b/man/tf.Rd
deleted file mode 100644
index 9d0b60e..0000000
--- a/man/tf.Rd
+++ /dev/null
@@ -1,22 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/tf.R
-\name{tf}
-\alias{tf}
-\title{S3 class for transfer functions}
-\usage{
-tf(num = c(1), den = c(1), Ts = 1)
-}
-\arguments{
-\item{num}{coefficients of the numerator plynomial in q^{-1}}
-
-\item{den}{coefficients of the denominator plynomial in q^{-1}}
-
-\item{Ts}{sampling time}
-}
-\value{
-an object of class tf
-}
-\description{
-\code{tf} is an S3 class for defining transfer functions.
-}
-