ml-signal-processing

    Interface CalibrateOptions

    interface CalibrateOptions {
        from?: number;
        gsd?: GSDOptions;
        nbPeaks?: number;
        targetX?: number;
        to?: number;
    }
    Index

    Properties

    from?: number

    from

    x[0]
    
    gsd?: GSDOptions

    array of from / to that should be kept

    [{from,to}]
    
    nbPeaks?: number

    number of points

    1
    
    targetX?: number

    define the new X value

    0
    
    to?: number

    to

    x[x.length-1]
    
    MMNEPVFCICPMFPCPTTAAATR