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 kinetics with Instrument Response

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
Stuart_Archer Posted - 03/06/2017 : 09:26:32 AM
Hi all,

I have a set of kinetic data from transient absorption which consists of a multiple exponential decay convoluted with a Gaussian instrument response function. We don't have a way of specifically measuring the instrument response with the equipment we have.

I have tried using the function described here:

http://www.originlab.com/doc/Tutorials/Fitting-Convolution

to fit my data, however this only seems to be appropriate for a single exponential function? I am not familiar with Origin C, is it simply a case of adding t1, t2, A1, A2 etc as extra variables in with the initial paramaters, or will this require a significant change to the code?

Alternatively, are there any built-in functions in Origin now that could deconvolute an instrument response with several exponentials?

Any help would be greatly appreciated!

Thanks :)

1   L A T E S T    R E P L I E S    (Newest First)
yuki_wu Posted - 03/07/2017 : 02:23:24 AM
Hi,

It is supposed that column A is sample data, column B is signal data and column C is an instrument response while your multiple exponential decay function is:


Now you can add extra parameters as needed for the two extra exponentials (ie, A2, t2, A3 and t3). You also need to change the exponential equation in code:

vSignal = A1 * exp( -t1*vSample ) + A2 * exp( -t2*vSample ) + A3 * exp( -t3*vSample );

Note that you should estimate the initial values for parameters before you perform fitting. Good initial values are the key to perform a perfect fitting with convolution.

Hope it helps.

Regards,
Yuki
OriginLab

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