Plots the autocorrelation of an explicit function.

  • Parameters

    • func: ChalkboardFunction

      The function

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

      The configuration options

    Returns number[][]