Public
Edited
Dec 4, 2022
1 fork
1 star
Insert cell
# Transponder blocks
Insert cell
trpGenFc = function (nTPRs, fcStart) {
return Array.from({ length: nTPRs }, (_, i) => fcStart + i * 40.2);
}
Insert cell
Asiasat7H = trpGenFc(14, 3640)
Insert cell
Asiasat7V = trpGenFc(14, 3660)
Insert cell
cell47 = 3720.4 + 18
Insert cell
cell37 = "H1.5".substr(0, 1)
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more