diff options
author | Suraj Yerramilli | 2016-05-15 23:33:19 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-15 23:33:19 +0530 |
commit | 4d369b4a7a7ee0ad374831005ec5584460157d70 (patch) | |
tree | 7de075af9c97df3fde4da7a26c9b45c62160ae29 /R/nonparam.R | |
parent | a42fe89ba59be45eb4c8c61119c8e9af4faddbef (diff) | |
download | SysID-R-code-4d369b4a7a7ee0ad374831005ec5584460157d70.tar.gz SysID-R-code-4d369b4a7a7ee0ad374831005ec5584460157d70.tar.bz2 SysID-R-code-4d369b4a7a7ee0ad374831005ec5584460157d70.zip |
correcting etfe documentation
Diffstat (limited to 'R/nonparam.R')
-rw-r--r-- | R/nonparam.R | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/R/nonparam.R b/R/nonparam.R index e51fcaf..9897a04 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -232,6 +232,7 @@ mult_ccf <- function(X,Y=NULL,lag.max=30){ #' ratio of the fourier transforms of the output and the input variables #' #' @param data an object of class \code{idframe} +#' @param n frequency spacing (Default: \code{128}) #' #' @return #' an \code{idfrd} object containing the estimated frequency response @@ -243,8 +244,8 @@ mult_ccf <- function(X,Y=NULL,lag.max=30){ #' @seealso \code{\link[stats]{fft}} #' #' @examples -#' data(frf) -#' frf <- etfe(data) +#' data(arxsim) +#' frf <- etfe(arxsim) #' #' @export etfe <- function(data,n=128){ |