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
 Asymmetrical Gaussian

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
busigor Posted - 07/31/2009 : 9:03:59 PM
Origin Ver 7 SR4:
Operating System Windows XP SP3:
What is the name of BiGauss (Asymmetrical Gaussian) function in Origin 7? Thanks!
6   L A T E S T    R E P L I E S    (Newest First)
busigor Posted - 08/12/2009 : 8:12:00 PM
What a useful answer! Thanks!
cpyang Posted - 08/06/2009 : 6:47:16 PM
Origin 7 is no longer a supported product, best to get Origin 8 and this can be easily resolved then.

CP
busigor Posted - 08/06/2009 : 5:28:07 PM
Thanks Larry!

Version is as I wrote in the original post. I have checked it from "Help : About Origin". We initially purchased Origin 6.0 then bought an upgrade to 7.0 version. Basically, Origin 6.0 was installed first, followed by upgrade to the same directory, and finally I have applied Service Release 4.
When I try to compile it form the code builder it gives me the same error. Shouldn't #include <origin.h> line be in the *.fit file?
Thank you again!
larry_lan Posted - 08/04/2009 : 9:35:28 PM
Hi:

What's your Origin version? You said it's 7 SR4 in the first post, but the path of the error code is Origin 6.0. Could you please verify your version from "Help : About Origin"?

For Origin 7, you can get an updated file here, or maybe this link can help.

Thanks
Larry
busigor Posted - 08/04/2009 : 2:37:37 PM
Thanks Larry!

When I tried to incorporate if funcion to NLCFit in the user defined function and compile it, I receive the following error:
C:\Program Files\Microcal\Origin 6.0\OriginC\system\internal.c(349) :Error, cannot find DLL @OUTL for external function

The part I paste to the function window:
// Divide the curve by if condition.
if(x<xc)
{
// Fitting function
y=y0 + (A1/(w1*sqrt(PI/2)))*exp(-2*((x-xc)/w1)^2);
}
else
{
y=y0 + (A2/(w2*sqrt(PI/2)))*exp(-2*((x-xc)/w2)^2);
}
// To make compile success.
y0; w1; w2; A1; A2;

I will appreciate your comments! Thanks!
larry_lan Posted - 08/04/2009 : 01:53:13 AM
Hi:

No such built-in function. You can create one like this tutorial.

Thanks
Larry

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