UNPKG

@thi.ng/dsp

Version:

Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils

6 lines (5 loc) 144 B
import { MapG1 } from "./mapg.js"; const addG = (step, start = 0) => new MapG1((a, b) => a + b, step, start - step.deref()); export { addG };