Topic
How to substract baseline from signals
Startseite ' Community ' FPScript ' How to substract baseline from signals
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 18 Jahren, 6 Monaten von Yee Yan Tay aktualisiert.
-
AutorBeiträge
-
18.11.2006 um 21:54 Uhr #33292Yee Yan TayTeilnehmer
Hi, i am getting some raman spectroscopy signal,i only found baseline in curve fitting, but is there standalone function to do that. This is because i would like to create a baseline for the background signal and substract it. Will the lowerenvelope function or the spline function helps?
18.11.2006 um 21:54 Uhr #33294Yee Yan TayTeilnehmerHi, i am getting some raman spectroscopy signal,i only found baseline in curve fitting, but is there standalone function to do that. This is because i would like to create a baseline for the background signal and substract it. Will the lowerenvelope function or the spline function helps?
20.11.2006 um 21:55 Uhr #33293Bernhard KantzTeilnehmerYou can use the [b]Approximation Analysis Object[/b] with the intial function C + X. After that you can subtract the result from the signal.
Example:
[code]
Dim _c = Approximation(Signal, APPROX_C + APPROX_X)
Dim approx = Signal(_c[0] + _c[1] * (Signal.X), Signal.X)
Signal – approx
[/code] -
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.