diff options
author | Suraj Yerramilli | 2015-06-06 17:58:39 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-06 17:58:39 +0530 |
commit | 0b57c84f521aa91d93f532b84fd510f3316a81e6 (patch) | |
tree | cb2b668886e4407a4cbd111376b49624336bdde9 /R/nonparam.R | |
parent | 88a8afc6df57bf525ce1978dc02b9fb2711d4595 (diff) | |
download | SysID-R-code-0b57c84f521aa91d93f532b84fd510f3316a81e6.tar.gz SysID-R-code-0b57c84f521aa91d93f532b84fd510f3316a81e6.tar.bz2 SysID-R-code-0b57c84f521aa91d93f532b84fd510f3316a81e6.zip |
Updated Documentation
Diffstat (limited to 'R/nonparam.R')
-rw-r--r-- | R/nonparam.R | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/R/nonparam.R b/R/nonparam.R index d7a6162..1450110 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -92,6 +92,12 @@ step <- function(model){ #' Estimates Frequency Response with fixed frequency resolution using #' spectral analysis #' +#' @param data an \code{idframe} object +#' @param npad an integer representing the total length of each time series +#' to analyze after padding with zeros. This argument allows the user to +#' control the spectral resolution of the SDF estimates: the normalized +#' frequency interval is deltaf=1/npad. (Default:) +#' #' @export spa <- function(data,npad=255){ require(sapa) |