FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

How to substract baseline from signals

Startseite ' Community ' FPScript ' How to substract baseline from signals

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33292
    Yee Yan Tay
    Teilnehmer

    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?

    #33294
    Yee Yan Tay
    Teilnehmer

    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?

    #33293
    Bernhard Kantz
    Teilnehmer

    You 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]

    support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.