blob: 7d36f991955bbef90a6a500871492e53d32d1278 (
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
|
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/impulse.R
\name{impulseest}
\alias{impulseest}
\title{Estimate Impulse Response Models}
\usage{
impulseest(data, M = 30, K = 0)
}
\arguments{
\item{data}{an object of class \code{idframe}}
\item{M}{Order of the FIR Model (Default:\code{30})}
\item{K}{Transport delay in the estimated impulse response
(Default:\code{0})}
}
\description{
\code{impulseest} is used to estimate impulse response models in the
given data
}
\seealso{
\code{\link{plot.impulseest}}, \code{\link{step}}
}
|