Displaying 1 result from an estimated 1 matches for "peaksearch".
Did you mean:
parsearch
2013 Aug 29
1
Problem with "Peaks" package - followup…
...when I stopped
working with this script.
Any suggestion for how to fix this issue will be greatly appreciated."
The following script (OS X 10.8.4) fails in a reproducible way:
###########################################################################################
## CUW 08/2013
## Demo: Peaksearch issue (package 'Peaks')
##
library(Peaks)
## Signal with well defined peaks
x <- seq( 0, 50, len=1024)
y <- 1/x * sin(x)
## Plot signal...
plot(x, y, type='s')
## Call SpectrumSearch with default parameters
res <- SpectrumSearch(y, sigma=3.0, threshold=1.0, background=FA...