Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Damos"

(New page: This project provides a development environment for analyzing and designing systems using a dataflow-oriented approach. Such systems are specified using block diagrams, which contain the s...)
 
 
Line 17: Line 17:
 
Source code repository:
 
Source code repository:
 
http://git.eclipse.org/c/damos/org.eclipse.damos.git
 
http://git.eclipse.org/c/damos/org.eclipse.damos.git
 +
 +
[[Category:Tools_Project]]
 +
[[Category:Damos]]

Latest revision as of 08:11, 21 November 2012

This project provides a development environment for analyzing and designing systems using a dataflow-oriented approach. Such systems are specified using block diagrams, which contain the software components (e.g. control algorithm) of the target device, the mechanical components, as well as the physical environment to facilitate close-to-real-world system simulation. The mechanical and physical components can be represented as a dynamical system, which is specified by providing the transfer function of the corresponding linear time-invariant (LTI) system. Even though data flow-oriented design is not bound to a specific domain, it is most commonly used in control systems engineering and digital signal processing. This project includes all necessary tools such as graphical and textual model editors, a simulation environment, and code generators.

Links

Website: http://www.eclipse.org/damos/

User forum: http://www.eclipse.org/forums/eclipse.damos

Issue tracker: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Damos

Developer mailing list: http://dev.eclipse.org/mailman/listinfo/damos-dev

Source code repository: http://git.eclipse.org/c/damos/org.eclipse.damos.git

Back to the top