spectrum-generator
    Preparing search index...

    Interface SpectrumOptions

    interface SpectrumOptions {
        baseline?: NumToNumFn;
        noise?: NoiseOptions;
        peakOptions?: PeakOptions;
        threshold?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseline?: NumToNumFn

    Function to generate or add a baseline.

    noise?: NoiseOptions

    Options to add noise to the spectrum.

    peakOptions?: PeakOptions

    Options for peak shapes and widths.

    threshold?: number

    Minimum intensity value.

    0