Examples

The following table provides a number of real applications that have been modeled as an SDFG.

Graph Files Description
H.263 decoder xml / png H.263 decoder with worst-case execution times for an ARM7TDMI core.
H.263 encoder xml / png H.263 encoder with worst-case execution times for an ARM7TDMI core.
MP3 decoder (granule level) xml / png MP3 decoder with worst-case execution times for an ARM7TDMI core. The actors in this decoder work at the level of a granule, except for the huffman actor which works at the frame level.
MP3 decoder (block level) xml / png MP3 decoder with worst-case execution times for an ARM7TDMI core. This decoder exposes the block-level parallism that is available in the second part of the decoding chain.
MP3 playback application xml / png MP3 decoder with a post-processing filter and sample-rate converter.
Satellite receiver xml / png A digital filter that is used in satellite receivers.
Sample-rate converter xml / png A sample rate converter used in CDs.
Modem xml / png A digital filter in a modem.