ml-spectra-processing
    Preparing search index...

    Function setFFTCacheMaxSize

    • Sets the maximum number of distinct transform sizes kept in the shared FFT cache (default 10). When the cache is full and a new size is requested, the whole cache is dropped and rebuilt on demand. Lowering the limit below the current number of cached sizes clears the cache immediately.

      Parameters

      • maxSize: number

        maximum number of cached sizes; must be a positive integer.

      Returns void