Uploads by Sven
From TheAnalogThing
This special page shows all uploaded files.
Date | Name | Thumbnail | Size | Description | Versions |
---|---|---|---|---|---|
21:51, 8 April 2021 | Xoscope Screenshot.png (file) | 76 KB | Made by Sven, source is https://chat.analogparadigm.com/analogians/pl/t9oqunqaefr8ik3zbppd1eo6cy | 1 | |
21:51, 8 April 2021 | Webscope Screenshot.png (file) | 110 KB | Screenshot of the hacked Web scope by Sven | 1 | |
21:55, 8 April 2021 | Jack.jpg (file) | 29 KB | Chich to jack, yay | 1 | |
22:15, 8 April 2021 | Sven.jpg (file) | 440 KB | A photo of User:Sven. | 1 | |
12:42, 5 June 2021 | Logo-TheAnalogThing.svg (file) | 4 KB | Logo of The Analog Thing. Made by Tom. Copyright by Anabrid GmbH. | 1 | |
13:13, 5 June 2021 | Promo 1.jpg (file) | 5.08 MB | Photo of The Analog Thing by User:Ulmann. | 1 | |
13:32, 5 June 2021 | Base Board v1.0 patched.jpg (file) | 1.88 MB | Base board from THAT v1.0 with patches applied. | 1 | |
13:35, 5 June 2021 | Front Board v1.0.jpg (file) | 2.7 MB | Front board of THAT v1.0, first version. | 1 | |
13:36, 5 June 2021 | Test Circuit closeup v1.0.jpg (file) | 2.71 MB | THAT test circuit closeup | 1 | |
13:36, 14 July 2021 | Win Softscope 1.png (file) | 72 KB | Screenshot by User:Karl-Heinz | 1 | |
13:37, 14 July 2021 | Win Softscope 2.png (file) | 89 KB | Screenshot by User:Karl-Heinz | 1 | |
13:37, 14 July 2021 | Win Softscope 3.png (file) | 97 KB | Screenshot by User:Karl-Heinz | 1 | |
14:01, 14 July 2021 | Teensy Datalogger Prototype 2.jpg (file) | 512 KB | Photo by User:ulmann at https://github.com/anabrid/TeensyLogger | 1 | |
14:19, 14 July 2021 | Jack combi adapter.jpg (file) | 241 KB | 1 | ||
14:19, 14 July 2021 | THAT Chinch connectors.jpg (file) | 142 KB | 1 | ||
16:27, 15 July 2021 | Teensy-Cheaper.svg (file) | 27 KB | Alternative circuit for level shifting THAT to CMOS | 1 | |
21:59, 23 July 2021 | Summer.png (file) | 119 KB | 1 | ||
22:19, 23 July 2021 | Integrator.png (file) | 119 KB | 1 | ||
22:39, 23 July 2021 | Coefficients Howto.png (file) | 2.22 MB | 1 | ||
22:53, 23 July 2021 | Modes.png (file) | 83 KB | 1 | ||
23:45, 23 July 2021 | Oscilloppoi1.png (file) | 343 KB | Screenshot By Karl-Heinz | 1 | |
23:46, 23 July 2021 | Oscilloppoi2.png (file) | 296 KB | Screenshot by Karl-Heinz | 1 | |
23:54, 23 July 2021 | Examples chua 10 0.svg (file) | 4 KB | Example from https://www.anabrid.dev/pyanalog/dirhtml/examples/chua/, open source. | 1 | |
00:50, 24 July 2021 | Slow-integrator.png (file) | 31 KB | 1 | ||
01:16, 24 July 2021 | Multipliers.png (file) | 73 KB | Two multipliers | 1 | |
01:26, 24 July 2021 | Xir.png (file) | 55 KB | 1 | ||
01:30, 24 July 2021 | Comparator.png (file) | 64 KB | 1 | ||
01:42, 24 July 2021 | Inverter.png (file) | 26 KB | 1 | ||
01:55, 24 July 2021 | Breakboard Level Shifting with Teensy.jpg (file) | 4.4 MB | Photo showas a dead simple level shifter as described in Teensy | 1 | |
01:57, 24 July 2021 | Capacitor.png (file) | 14 KB | 1 | ||
01:58, 24 July 2021 | Diode.png (file) | 12 KB | 1 | ||
01:58, 24 July 2021 | Output.png (file) | 18 KB | 1 | ||
02:05, 24 July 2021 | Plus-minus-1.png (file) | 45 KB | 1 | ||
02:09, 24 July 2021 | Coefficients-potentiometers.png (file) | 52 KB | 1 | ||
02:18, 24 July 2021 | THAT MINION 4.jpg (file) | 373 KB | By User:Karl-Heinz | 1 | |
02:19, 24 July 2021 | THAT MINION 2.jpg (file) | 381 KB | By User:Karl-Heinz | 1 | |
02:26, 24 July 2021 | Voltmeter.png (file) | 188 KB | 1 | ||
17:11, 29 July 2021 | Analog Thing with child.jpg (file) | 778 KB | No faces are shown. Private photo by User:Sven. Please don't use this photo anywhere else without permission by User:Sven. | 1 | |
17:13, 29 July 2021 | Cta bg.jpg (file) | 522 KB | Minion mode closup | 1 | |
09:45, 9 August 2021 | Overload.svg (file) | 41 KB | A cartoon displaying the Machine Units. Made by User:Sven == Python/Matplotlib source code == <pre> import pylab as pl, numpy as np # some inspiration comes from https://stackoverflow.com/a/23855021 maxX = 5 A = 1.5 # sin amplitude B = 1.2 # clipping C = 1.0 # computing range x = np.arange(-maxX, maxX,0.1) y = np.exp(x/2) * np.sin(x)*A tolerance = np.logical_or(y < -C, y > C) overload = np.logical_or(y < -B, y > B) y = np.clip(y, -B, B) fig = pl.figure() ax = fig.add_subplot(111... | 1 | |
13:21, 1 September 2021 | Test-Lorenz plotter.mov (file) | 15.36 MB | Test 2 of File:Lorenz plotter.mov, testing MediaWiki video transcoding. | 1 | |
11:33, 7 October 2021 | S-l1600.jpg (file) | 101 KB | Somewhere from the internet | 1 | |
17:42, 12 October 2021 | THAT Top View Artwork.png (file) | 1.62 MB | Top view, by User:TFischer. | 1 | |
17:43, 12 October 2021 | THAT Back View Artwork.png (file) | 224 KB | Top view, by User:Tfischer. | 1 | |
17:45, 12 October 2021 | THE ANALOG THING IKEA top test 01.png (file) | 640 KB | Scaled damped spring system, from https://medium.com/@7f15ch3r/the-analog-way-to-compute-b8a2ca4a762d, by User:Tfischer. | 1 | |
12:57, 25 October 2021 | Testbild.png (file) | 140 KB | Sollte danach wieder gelöscht werden. | 1 | |
11:03, 28 October 2021 | Hand holding THAT.jpg (file) | 2.34 MB | JPG version of File:Hand_holding_THAT.tiff. | 1 | |
11:10, 28 October 2021 | THAT04072 2.jpg (file) | 6.79 MB | JPG version of THAT04072_2.tiff. | 1 | |
11:10, 28 October 2021 | THAT04110.jpg (file) | 4.19 MB | JPG version of THAT04110.tiff. | 1 | |
14:31, 29 October 2021 | Pressestelle FH-Münster Sven Köppel im Kolloquium.jpeg (file) | 150 KB | Source: https://www.fh-muenster.de/hochschule/aktuelles/news/index.php?newsId=2501 Copyright by FH Münster / Jana Schiller | 1 |