Published
Edited
Mar 2, 2021
Insert cell
md`# Gain control`
Insert cell
Insert cell
decibels = 20 * Math.log10(gain)
Insert cell
gain = Math.pow(10, (((percent * range) - range) / 20));
Insert cell
viewof range = slider({
min: 0,
max: 100,
default: 40,
step: 1,
description: "Range"
})
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