The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Fitting of multi-component optical spectra

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
hergen Posted - 08/02/2022 : 5:18:49 PM
I want to fit an optical absorption spectrum (intensity vs. wavelength). Multiple chemicals (each with its own characteristic absorption spectrum) but unknown concentrations, are contributing to the measured spectrum. I’m trying to determine the concentrations of the individual chemicals.

In the simplest case, I have the reference spectra of two chemicals and the measured spectrum:

Col(A): Wavelength
Col(B): Reference spectrum for chemical 1.
Col(C): Reference spectrum for chemical 2.
Col(D): Measured spectrum.

Each column could contain 1000s of data point.

Col(D) = concentration 1 * Col(B) + concentration 2 * Col(C)

How can I do that in OriginPro?

Thank you.
3   L A T E S T    R E P L I E S    (Newest First)
hergen Posted - 08/03/2022 : 1:29:25 PM
Thank you.
Echo_Chu Posted - 08/03/2022 : 03:32:42 AM
The app should work as you want

https://www.originlab.com/fileExchange/details.aspx?fid=406

Echo
OriginLab Technical Support
aplotnikov Posted - 08/03/2022 : 03:23:22 AM
Use reference spectra as X-columns (X1, X2) and the measured spectra as Y (in particular - Y2).
Create an NL fit function:
y=c1*x1+c2*x2 (I would suggest to add background as well: y=c1*x1+c2*x2+y0), where x1 and x2 - independent variables and c1,c2(,y0) - parameters to fit.
Now if you select all three columns and start non-linear fitting session for the selected data with the created function the dataset names should be determined automatically. Set boundaries for parameters, etc. if necessary. Start fitting.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000