-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
How to substract baseline from signals
- This topic has 2 replies, 2 voices, and was last updated 18 years ago by Yee Yan Tay.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
November 18, 2006 at 9:54 pm #12507Yee Yan TayMember
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?
November 18, 2006 at 9:54 pm #8170Yee Yan TayMemberHi, 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?
November 20, 2006 at 9:55 pm #8813Bernhard KantzParticipantYou can use the Approximation Analysis Object with the intial function C + X. After that you can subtract the result from the signal.
Example:Dim _c = Approximation(Signal, APPROX_C + APPROX_X) Dim approx = Signal(_c[0] + _c[1] * (Signal.X), Signal.X) Signal - approx
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.