ml-spectra-processing
    Preparing search index...

    Function matrixHilbertTransform

    • Apply the Hilbert transform to each row of a real-valued matrix, reusing a single FFT instance for all rows to avoid repeated instantiation overhead. All rows must have the same length, which must be a power of two.

      Parameters

      Returns Float64Array<ArrayBufferLike>[]

      array of Hilbert-transformed Float64Array rows

      DOI: 10.1109/TAU.1970.1162139 "Discrete Hilbert transform"