| ... |
... |
@@ -61,8 +61,10 @@ |
| 61 |
61 |
Implement a prototype to investigate whether OpenStreetMap can be used to display custom data (such as, say, rendered diagrams) to use its filtering and exploration features for exploring large diagrams. |
| 62 |
62 |
* **3 Control Flow Graph Exploration / Visualization** (Bachelor) |
| 63 |
63 |
Use pragmatics concepts (automatic layout, focus & context) for exploring/visualizing control flow graphs and specific paths, eg. as computed by OTAWA WCET analysis tool, eg. using KLighD. |
| 64 |
|
-* **Generate signal flow graphs from module descriptions (Bachelor)** |
| 65 |
|
-Use pragmatics concepts to parse YAML data and generate signal flow diagrams for an audio application. (In conjunction with [[sonoware GmbH>>url:https://www.sonoware.de/en/||shape="rect"]]) |
|
64 |
+* **Generate signal flow graphs from finished module descriptions (Bachelor)** |
|
65 |
+Use pragmatics concepts to parse YAML data and generate browsable signal flow diagrams for an audio application using KLighD. Might also include building an Xtext-based editor to write the YAML files in the first place and help highlight problems. (In conjunction with [[sonoware GmbH>>url:https://www.sonoware.de/en/||shape="rect"]]) |
|
66 |
+* **Use signal flow graphs for parameterizing / debugging audio system configurations (Master)** |
|
67 |
+The configuration of how signals are routed and how signal processors are configured in an audio system is a complex task. Make configuration and debugging easier by providing a visualization of the current configuration. Also, research what will help developers and users find configuration problems. The resulting software can be integrated into an existing Python-based configuration application, or be developed as a standalone tool that communicates with the audio system through Ethernet. (In conjunction with [[sonoware GmbH>>url:https://www.sonoware.de/en/||shape="rect"]]) |
| 66 |
66 |
|
| 67 |
67 |
= Semantics, Synchronous Languages and Model-based Design = |
| 68 |
68 |
|