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