Jump to content

Trellis (graph)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by David Eppstein (talk | contribs) at 19:25, 11 July 2016 (Category:Application-specific graphs; stub sort — {{combin-stub}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Convolutional code trellis diagram

A trellis is a graph whose nodes are ordered into vertical slices (time), and with each node at each time connected to at least one node at an earlier and at least one node at a later time. The earliest and latest times in the trellis have only one node.

Trellises are used in encoders and decoders for communication theory and encryption. They are also the central datatype used in Baum–Welch algorithm for Hidden Markov Models.

See also