From c36d770f1425821033bc831d790345c77dcb9843 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Wed, 3 Jun 2015 11:47:50 +0530 Subject: Added skeleton structure for FRF estimators --- R/nonparam.R | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'R/nonparam.R') 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){ + +} -- cgit