diff options
author | Suraj Yerramilli | 2015-06-03 13:29:33 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-03 13:29:33 +0530 |
commit | 1f707ee4da5e7a8c589e65b73d4f6d624f6d0b06 (patch) | |
tree | ab35e1087f755824d04861e03d4ea13ed6573a25 /man | |
parent | 457e61242e368818e739154f17f74632f0b13daa (diff) | |
download | SysID-R-code-1f707ee4da5e7a8c589e65b73d4f6d624f6d0b06.tar.gz SysID-R-code-1f707ee4da5e7a8c589e65b73d4f6d624f6d0b06.tar.bz2 SysID-R-code-1f707ee4da5e7a8c589e65b73d4f6d624f6d0b06.zip |
Updated Documentation and NAMESPACE
Diffstat (limited to 'man')
-rw-r--r-- | man/impulseest.Rd | 2 | ||||
-rw-r--r-- | man/plot.impulseest.Rd | 2 | ||||
-rw-r--r-- | man/spa.Rd | 13 | ||||
-rw-r--r-- | man/step.Rd | 2 |
4 files changed, 16 insertions, 3 deletions
diff --git a/man/impulseest.Rd b/man/impulseest.Rd index 4aab3de..dd8deb7 100644 --- a/man/impulseest.Rd +++ b/man/impulseest.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2 (4.1.1): do not edit by hand -% Please edit documentation in R/impulse.R +% Please edit documentation in R/nonparam.R \name{impulseest} \alias{impulseest} \title{Estimate Impulse Response Models} diff --git a/man/plot.impulseest.Rd b/man/plot.impulseest.Rd index d5337bf..b761162 100644 --- a/man/plot.impulseest.Rd +++ b/man/plot.impulseest.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2 (4.1.1): do not edit by hand -% Please edit documentation in R/impulse.R +% Please edit documentation in R/nonparam.R \name{plot.impulseest} \alias{plot.impulseest} \title{Impulse Response Plots} diff --git a/man/spa.Rd b/man/spa.Rd new file mode 100644 index 0000000..c32cffb --- /dev/null +++ b/man/spa.Rd @@ -0,0 +1,13 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/nonparam.R +\name{spa} +\alias{spa} +\title{Estimate frequency response} +\usage{ +spa(data, WinSize = NULL) +} +\description{ +Estimates Frequency Response with fixed frequency resolution using +spectral analysis +} + diff --git a/man/step.Rd b/man/step.Rd index e7d69bc..b67b585 100644 --- a/man/step.Rd +++ b/man/step.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2 (4.1.1): do not edit by hand -% Please edit documentation in R/impulse.R +% Please edit documentation in R/nonparam.R \name{step} \alias{step} \title{Step Response Plots} |