Bunch'o things

This commit is contained in:
2026-03-08 22:46:33 +01:00
parent af9308c070
commit 7f466299ba
32 changed files with 8633 additions and 221 deletions

21
graph.dot Normal file
View File

@ -0,0 +1,21 @@
digraph {
0 [ label = "\"FiniteIterSource\"" ]
1 [ label = "\"Map\"" ]
2 [ label = "\"ChannelSink\"" ]
3 [ label = "\"ComplexNco\"" ]
4 [ label = "\"ComplexOscillator\"" ]
5 [ label = "\"Repeat\"" ]
6 [ label = "\"Multiplier\"" ]
7 [ label = "\"Tee\"" ]
8 [ label = "\"Fft\"" ]
9 [ label = "\"ChannelSink\"" ]
0 -> 1 [ label = "()" ]
1 -> 5 [ label = "()" ]
3 -> 6 [ label = "()" ]
4 -> 6 [ label = "()" ]
5 -> 3 [ label = "()" ]
6 -> 7 [ label = "()" ]
7 -> 2 [ label = "()" ]
7 -> 8 [ label = "()" ]
8 -> 9 [ label = "()" ]
}