Draft:Synchronous Dataflow
![]() | Draft article not currently submitted for review.
This is a draft Articles for creation (AfC) submission. It is not currently pending review. While there are no deadlines, abandoned drafts may be deleted after six months. To edit the draft click on the "Edit" tab at the top of the window. To be accepted, a draft should:
It is strongly discouraged to write about yourself, your business or employer. If you do so, you must declare it. This draft has not been edited in over six months and qualifies to be deleted per CSD G13.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Last edited by Arash.shafiei (talk | contribs) 7 years ago. (Update) |
Synchronous Dataflow is a concurrent model of computation in which units of computations are called actors communicating through edges. The model therefore can be represented as a graph in which nodes of the graph are actors. Actors communicate with each other using abstract data called tokens. An actor has production rates on all its outgoing edges and consumption rate on all its incoming edges. When an actor is executed it consumes a number of tokens equal to the rates on all its incoming edges and produces a number of tokens equal to the rates on all its outgoing edges.[1]
References
- ^ Lee, Edward A., and David G. Messerschmitt. "Synchronous data flow." Proceedings of the IEEE 75.9 (1987): 1235-1245.