View source: R/peak_detection.R
OptimalWindowsSG | R Documentation |
Find optimal window's size for Savitzky Golay filter
OptimalWindowsSG(sp, noiseacf, d = 3)
sp |
the array of specrtum values |
noiseacf |
autocorrelation of the noise |
d |
the degree of Savitzky Golay filter |
the optimal size of Savitzky Golay filter's windows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.