ml-signal-processing
    Preparing search index...

    Interface FilterXOptions

    interface FilterXOptions {
        exclusions?: FromTo[];
        from?: number;
        to?: number;
        zones?: FromTo[];
    }
    Index

    Properties

    exclusions?: FromTo[]

    number of points

    []
    
    from?: number

    from

    x[0]
    
    to?: number

    to

    x[x.length - 1]
    
    zones?: FromTo[]

    array of from / to that should be kept

    [{from,to}]