From 48ceccf211ee2706f09f54ce232e0c03f8087263 Mon Sep 17 00:00:00 2001 From: ashwinrcs Date: Mon, 12 Oct 2015 16:00:12 +0530 Subject: Function idinput including rgs and rbs codes --- R/test/test.R | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 R/test/test.R (limited to 'R/test/test.R') diff --git a/R/test/test.R b/R/test/test.R new file mode 100644 index 0000000..8a710dd --- /dev/null +++ b/R/test/test.R @@ -0,0 +1,7 @@ +m<-idpoly(A=c(1,-1.5,0.7),B=c(1,0.5),ioDelay=1) +u<-rnorm(1000) +y<-sim(m,u,sigma=0.1) +z<-idframe(y,u) +outputNames(z)<-"y" +inputNames(z)<-"u" +plot(z) \ No newline at end of file -- cgit