Chalkboard - v3.0.4
    Preparing search index...

    Function convolution

    • Calculates the convolution of two functions at a value.

      Parameters

      Returns number

      const f = Chalkboard.real.define((x) => Math.exp(-x * x));
      const value = Chalkboard.calc.convolution(f, f, 0); // Convolves a Gaussian with itself