function [p,t] = sst_delta(DFST,q,s) % returns an entry in the delta-function % for the subsequential FST ns = find(DFST.ALF==s); p = DFST.delta(q,ns).q; t = DFST.delta(q,ns).s; return