Plots the cross-correlation of two explicit functions.

  • Parameters

    • func1: ChalkboardFunction

      The first function

    • func2: ChalkboardFunction

      The second function

    • config: {
          context: CanvasRenderingContext2D;
          domain: [number, number];
          lineWidth: number;
          res: number;
          size: number;
          strokeStyle: string;
          x: number;
          y: number;
      }

      The configuration options

    Returns number[][]