Borrar filtros
Borrar filtros

How the NARX delay setting and working ?

1 visualización (últimos 30 días)
Yu-hsuan Lo
Yu-hsuan Lo el 9 de Jul. de 2018
Editada: Yu-hsuan Lo el 9 de Jul. de 2018
As indicated by the title,
can NARX be trained like below case ?
y(t) = f{ y(t-1) , x(t-3) }
If it can do this, is that the model like :
d1 = [ 3 ] ;
d2 = [ 1 ] ;
NARX = narxnet(d1,d2,10) ;

Respuestas (0)

Productos


Versión

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by