Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news2.glorb.com!postnews.google.com!l16g2000yqo.googlegroups.com!not-for-mail
From: AsimV <asimvod@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Linear parametric identification
Date: Sun, 22 Feb 2009 03:53:01 -0800 (PST)
Organization: http://groups.google.com
Lines: 24
Message-ID: <dcb69d15-194c-40d1-acb9-49000bd8f1c8@l16g2000yqo.googlegroups.com>
NNTP-Posting-Host: 92.36.178.182
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1235303581 27432 127.0.0.1 (22 Feb 2009 11:53:01 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 22 Feb 2009 11:53:01 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: l16g2000yqo.googlegroups.com; posting-host=92.36.178.182; 
	posting-account=QRfmywoAAADArLQz96-m0IgWT9hIWHsN
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) 
	Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:519984


Hello to all,

I'm experimenting with linear parametric identification methods. I
have tested this methods when output data contains noise. I simulated
noise by random number generator.
Can you please explain to me what does it mean when one gets the
following result:
g2 = tf(arx221)

Transfer function from input "u1" to output "y1":
   -0.4777 z + 0.4677
------------------------
z^2 - 0.9353 z - 0.01695

Transfer function from input "v@y1" to output "y1":
      0.01454 z^2
------------------------
z^2 - 0.9353 z - 0.01695

Data object for identification is formed from one input and one output
vector. It is SISO system. How to inperpret input "v@y1" to output
"y1"? What does it mean?

Thank you