automaton_synchronous (485B)
1 # Automaton synchronous 2 3 An [automaton] which reads two [words] simultaneously, with pairs of characters and a padding symbol 4 - [word_convolution] to mean zipping two words together 5 6 Defines an [automatic_relation] 7 8 The semantics of such automata is only considered on [wellformed_word_convolutions], there the padding symbols correspond only at the end 9 10 Up: [automata_types] 11 12 Aliases: synchronous automaton, synchronous automata, automata synchronous 13 14 See also: [automaton_multitape]