Benutzer-Werkzeuge

Webseiten-Werkzeuge


signals-and-systems

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

signals-and-systems [2016/04/07 21:25] (aktuell)
dokuwikiadmin angelegt
Zeile 1: Zeile 1:
 +====== Signals and Systems ======
 +7.4.2016
 +
 +===== Introduction =====
 +
 +Signals and Systems is here a collection of C++ classes on one hand, and a collection of corresponding KiCad components on the other hand. 
 +
 +It's purpose is to create complex systems by drawing them in KiCad's schematic editor and generate out of the netlist a working C++ code, which also compiles for micro controllers without dynamic memory allocation. 
 +
 +It can be used to implement PLCs or digital signal processing like filtering. 
 +
 +The C++ classes are based heavily on templates, so most of the components can be used either for floating point or for integer calculations. 
 +
 +===== Mini-Demo =====
 +{{ ::2016-04-07_001.png?direct&900 |}} \\
 +{{::2016-04-07_002.png?direct&400 |}} \\
 +{{::2016-04-07_003.png?direct&400 |}} \\
 +{{::2016-04-07_005.png?direct&500 |}} \\
 +{{::2016-04-07_006.png?direct&700 |}} \\
 +
 +===== Source Code =====
 +
 +
 +
  
signals-and-systems.txt · Zuletzt geändert: 2016/04/07 21:25 von dokuwikiadmin