diff options
author | Suraj Yerramilli | 2015-06-03 11:47:50 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-03 11:47:50 +0530 |
commit | c36d770f1425821033bc831d790345c77dcb9843 (patch) | |
tree | 80452a73594736264454f99297527232ec310f44 /R/nonparam.R | |
parent | 947e7d7d7d15c3975ad2c7716b5081922851ae79 (diff) | |
download | SysID-R-code-c36d770f1425821033bc831d790345c77dcb9843.tar.gz SysID-R-code-c36d770f1425821033bc831d790345c77dcb9843.tar.bz2 SysID-R-code-c36d770f1425821033bc831d790345c77dcb9843.zip |
Added skeleton structure for FRF estimators
Diffstat (limited to 'R/nonparam.R')
-rw-r--r-- | R/nonparam.R | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/R/nonparam.R b/R/nonparam.R index cbea221..b3110ec 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -86,3 +86,16 @@ step <- function(model){ main = title) abline(h=0) } + +#' Estimate frequency response with fixed frequency resolution using +#' spectral analysis +#' +spa <- function(data,WinSize=NULL){ + +} + +#' Estimate empirical transfer function +#' +etfe <- function(data){ + +} |