From c65d7d15961d344aa4ffb97e75d977003edc6a38 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sat, 17 Jan 2015 21:30:19 +0530 Subject: added README file --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d51bad2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Rsysid - System Identification in R + +The package provides functions for constructing mathematical models of dynamic systems from measured input-output data. It lets you create and use models of dynamic systems not easily modeled from first principles or specifications. You can use time-domain and frequency-domain input-output data to identify discrete-time input-output models, transfer functions and state space models. \ No newline at end of file -- cgit