diff options
Diffstat (limited to '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) |