function DFST = init_dfstd(DFST) % initializes the deterministic delta x.q = 0; x.s = '@'; DFST.delta = repmat(x,length(DFST.Q),length(DFST.ALFin)); return