Path: news.mathworks.com!not-for-mail
From: "jayashree gawade" <jayashree2k2@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: time delay nn
Date: Mon, 16 Nov 2009 16:55:17 +0000 (UTC)
Organization: D.K.T.E
Lines: 11
Message-ID: <hds05l$odb$1@fred.mathworks.com>
Reply-To: "jayashree gawade" <jayashree2k2@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1258390517 25003 172.30.248.38 (16 Nov 2009 16:55:17 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 16 Nov 2009 16:55:17 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1846628
Xref: news.mathworks.com comp.soft-sys.matlab:585477


hello '
wii somebody tell me how to apply the input vector to newfftd
is it right
p=[1234 564 674 867 457 990 765 467 356 346 574 675 ];
t=p;
net=newfftd(minmax(p),[0 1],[10 1],{'tansig' 'purelin'});
net.trainparam.goal=0.01;
net.trainparam.lr=0.01;
net.trainparam.epoch=500;
y= sim(net,p).
it works but it gives only 12 outputs what i want is that it should predict 13th frame but its not working can u give me solutin