signalflowgrapher icon indicating copy to clipboard operation
signalflowgrapher copied to clipboard

This Python tool allows you to draw signal-flow graphs, calculate transfer functions (SymPy code is generated for further use in Jupyter notebooks), do graph manipulations (e.g., node elimination and...

Results 24 signalflowgrapher issues
Sort by recently updated
recently updated
newest added

[g104_ub.zip](https://github.com/hanspi42/signalflowgrapher/files/5237059/g104_ub.zip) Package inputenc Error: Unicode character β (U+03B2)(inputenc) not set up for use with LaTeX. ...ame] at($ (middle_3) + (0.0, -40.0) $) {β Offenbar müssen für bestimmte Unicode Zeichen noch...

documentation

There should be a build pipeline that is automatically executed when commiting to the repository (as there was on GitLab before).

enhancement

In addition to Generate Mason, do a Generate Equations. Result (in Python) similar to (2) in https://link.springer.com/article/10.1007/s10470-018-1131-7

enhancement

Can be solved with unselect (ESC), but maybe there is a more elegant solution.

enhancement

Siehe Screencast: [issue.zip](https://github.com/hanspi42/signalflowgrapher/files/5237088/issue.zip)

enhancement

Unter macOS wird statt dem Applikationsnamen python angezeigt. ![image](https://user-images.githubusercontent.com/19270101/93434221-2704e000-f8c8-11ea-9844-1e0866ed5869.png) Das Problem dabei ist, wie die Applikation aktuell gestartet wird (über die Konsole, mit dem Command python). Um das Problem zu...

enhancement

Open graph [g103.zip](https://github.com/hanspi42/signalflowgrapher/files/5237020/g103.zip) Move the canvas, save, close application, re-open. Then the elements can be off-grid.

enhancement

Vorgehen: 1. Graph erzeugen (Bsp: Graph g2.json laden) ![image1](https://user-images.githubusercontent.com/19270101/93431160-09357c00-f8c4-11ea-8cea-a0bad7250cd3.png) 2. Graph mit der Operation `Graph transposition` transponiert 3. Verschieben der Zeichenfläche (mit Mouse-Down) 4. Undo ![image2](https://user-images.githubusercontent.com/19270101/93431126-fe7ae700-f8c3-11ea-9675-f4d93a2e9285.png) Die Stützstellen der Spines...

bug

Zwei parallele Branches können kombiniet werden. Sollte man nicht auch mehrere parallele Branches kombinieren können, wie z.B. die drei selektierten Branches in folgendem Graph? ![image](https://user-images.githubusercontent.com/19270101/93432664-253a1d00-f8c6-11ea-9a20-ef9964377130.png) Das Gewicht der kombinierten Kante...

enhancement

Wenn auf dem beiliegenden Graphen g3.json die Branches a, b und c selektiert werden, und danach auf der Selektion "Invert Path" aufgerufen wird, dann stürzt die Applikation ab, denn es...

bug