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 /R/nonparam.R | |
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 'R/nonparam.R')
-rw-r--r-- | R/nonparam.R | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/R/nonparam.R b/R/nonparam.R index c6cdaa7..c9a081e 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -87,9 +87,12 @@ step <- function(model){ abline(h=0) } -#' Estimate frequency response with fixed frequency resolution using +#' Estimate frequency response +#' +#' Estimates Frequency Response with fixed frequency resolution using #' spectral analysis #' +#' @export spa <- function(data,WinSize=NULL){ require(sapa) temp <- cbind(data$y,data$u) |