Topic
How to substract baseline from signals
- This topic has 2 replies and 2 voices and was last updated 18 years, 6 months ago ago by Yee Yan Tay.
-
AuthorPosts
-
18.11.2006 at 21:54 #33292Yee Yan TayParticipant
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 at 21:54 #33294Yee Yan TayParticipantHi, 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 at 21:55 #33293Bernhard KantzParticipantYou 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] -
AuthorPosts
- You must be logged in to reply to this topic.