summaryrefslogtreecommitdiff
path: root/man/idfrd.Rd
blob: 6cbabb525e59aeea0d894e6f917a937e7f311a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/idframe.R
\name{idfrd}
\alias{idfrd}
\title{S3 class for storing frequency response data}
\usage{
idfrd(response, freq, Ts)
}
\arguments{
\item{response}{complex vector/matrix containing the response}

\item{freq}{the frequencies at which the response is observed/estimated}

\item{Ts}{sampling time of data}
}
\value{
an idfrd object
}
\description{
S3 class for storing frequency response data
}
\note{
The class can currently store only SISO Responses. Future versions will 
have support for multivariate data
}
\seealso{
\code{\link{plot.idfrd}} for generating bode plots; \code{\link{spa}} and
\code{\link{etfe}} for estimating the frequency response given input/output data
}