Description Usage Arguments Value
TestPeakInterpolation_C.
1 2 3 4 5 6 7 8 9 | TestPeakInterpolation_C(
mass,
intensity,
peakIndex,
WinSize = 20L,
UpSampling = 10L,
useHanning = FALSE,
Iterations = 1L
)
|
mass |
a NumericVector containing the mass axis of the spectrum. |
intensity |
a NumericVector where peaks must be detected. |
peakIndex |
the location of the peak to interpolate in the spectrum. |
WinSize |
The windows used to detect peaks and caculate noise. |
UpSampling |
the oversampling used for acurate mass detection and area integration. |
useHanning |
if hanning windowing must be used befor interpolation. |
Iterations |
number of iterations to perform. This is just for testing interpolation efficiency |
a NumerixVector with the FFT interpolated peak shape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.