getSnrDataset: getSnrDataset

View source: R/RnmrTools.R

getSnrDatasetR Documentation

getSnrDataset

Description

Generates the Signal-Noise-Ratio dataset

Usage

getSnrDataset(specObj, zone_noise = c(10.2, 10.5), ratio = TRUE)

Arguments

specObj

a complex list return by doProcessing function. See the manual page of the doProcessing function for more details on its structure.

zone_noise

Specify a ppm range of noisy zone default is c(10.2,10.5)

ratio

boolean; TRUE for output Signal-Noise Ratio, or FALSE to output maximum value of each bucket and in addition, the estimate noise as a separate column

Details

whatever the bucketing approach used, the Signal-to-Noise ratio is a good quality indicator. Thus, it is possible to check buckets based on their Signal-to-Noise ratio.

Value

the Signal-Noise-Ratio matrix


Rnmr1D documentation built on April 14, 2023, 12:34 a.m.