ml-spectra-processing
    Preparing search index...

    Interface DataReIm<ArrayType>

    interface DataReIm<ArrayType extends DoubleArray = DoubleArray> {
        im: ArrayType;
        re: ArrayType;
    }

    Type Parameters

    • ArrayType extends DoubleArray = DoubleArray
    Index

    Properties

    Properties

    Array of im values

    Array of re values