RF engineering, 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
RF engineering, radio astronomy and miscellanea.
This is just a test post. Model Some maths: $$ y = mx + b $$ Code def model(m, b): """A linear model.""" return m*x + b