summaryrefslogtreecommitdiff
path: root/R/nonparam.R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-06 17:58:39 +0530
committerSuraj Yerramilli2015-06-06 17:58:39 +0530
commit0b57c84f521aa91d93f532b84fd510f3316a81e6 (patch)
treecb2b668886e4407a4cbd111376b49624336bdde9 /R/nonparam.R
parent88a8afc6df57bf525ce1978dc02b9fb2711d4595 (diff)
downloadSysID-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.R6
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)