summaryrefslogtreecommitdiff
path: root/R/nonparam.R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-03 11:47:50 +0530
committerSuraj Yerramilli2015-06-03 11:47:50 +0530
commitc36d770f1425821033bc831d790345c77dcb9843 (patch)
tree80452a73594736264454f99297527232ec310f44 /R/nonparam.R
parent947e7d7d7d15c3975ad2c7716b5081922851ae79 (diff)
downloadSysID-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.R13
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){
+
+}