Hello, I would like to calculate the background of the annexed spectrum (csv format). I have imported the data and I have managed to put these data in a Table or in graphic form. But the EstimatedBackground[Data] doesn't seem to work. Your help would be very appreciated! Thank you! Sandra
ts2 = TimeSeriesResample[ts]; peaks = FindPeaks[ts2, 0.5, 0.1, 120]; peaks["Path"] // TableForm ListPlot[ts2, Epilog -> {Orange, PointSize[0.03], Point[peaks["Path"]]}, PlotRange -> All]
You have to play with the parameters of FindPeaks
Thank you so much once more, Michael!
Thank you so much Michael! It worked well :-) I would like to find peaks in this spectra, using the FindPeak command... peak=FindPeak[data], doesn't seem to work. Could you give me a hint about this? Does anyone know where can I find the algorithm for the EstimatedBackground or any other mathematica commands?