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
 Spectra deconvolution

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
hscheer Posted - 08/01/2013 : 05:05:53 AM
Origin Ver. and Service Release (Select Help-->About Origin): 7.5
Operating System: Win XP ProXP

After a crash, I have lost several functions I had generated including a Gaussian component analysis that I used for decconvoluting absorption spectra. Since I am not a heavy origin user, I wonder if there is a collection of custom functions available somewhere, or if somebody could supply me with such a funtion.
2   L A T E S T    R E P L I E S    (Newest First)
hscheer Posted - 08/14/2013 : 4:54:01 PM
Dear Christyli,

thanks! I was interested in the first alternative and it worked nicely plotting the four Gaussians separately from the fit data table.

Best,

Hugo
hscheer Posted - 08/01/2013 : 11:03:55 AM
quote:
Originally posted by Christyli

Hi,
If the lost functions are customized curve fitting functions, you can find them in the User File Folder. If you cannot remember the path, you can click Window: Script Window in the menu, then type the script:
%Y=;

Highlight the script and press 'Enter'. A path for this user file folder will appear. All customized fitting function will be placed in the "FitFunc" folder under the user file folder.

If this is not you want, could you please tell me more detail about what is the "function" you losted.

Christy
Originlab



Thanks for the quick reply. I did not find the function, but have now written a new function that is the sum of four Gaussians (center mi, amplitude Ai, width wi, plus a baseline offset y0:

y=y0 + (A1/(w1*sqrt(PI/2)))*exp(-2*((x-m1)/w1)^2) + y0 + (A2/(w2*sqrt(PI/2)))*exp(-2*((x-m2)/w2)^2) + y0 + (A3/(w3*sqrt(PI/2)))*exp(-2*((x-m3)/w3)^2) + y0 + (A4/(w4*sqrt(PI/2)))*exp(-2*((x-m4)/w4)^2)

It seems to work reasonably well with my dataset. I wonder if there exists in your collection a routine that does not only plot the fit function, but also the Gaussian components. Also, Gaussians are not always good, sometimes Voigt or even Lorentz do better.

Sincerely,

Hugo

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