Synchronous Data Flow
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Synchronous Dataflow is a restriction of Kahn process networks, where nodes produce and consume a fixed number of data items per firing. This allows static scheduling.
It is used in computing and communications, to optimise data transfer traffic management.
It is different from the asynchronous flow of data, which follows a different structure.
See also
External links
- Synchronous Data Flow, Edward A. Lee and David G. Messerschmitt, 1987
- Embedded Software Systems course - Synchronous Dataflow
- SDF analysis and visualization tools
- Kahn Process Networks and a Reactive Extension