Julian’s Lab

RF engineering, Amateur Radio (DD4JS), Radio Astronomy and Miscellanea.

First Post

This is just a test post. Model Some maths: $$ y = mx + b $$ Code def model(m, b): """A linear model.""" return m*x + b

2026-06-14