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
 Recursive curve fitting

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
Riccardo25 Posted - 02/07/2009 : 8:11:39 PM
Origin Ver.8 and Service Release 0 (Select Help-->About Origin):
Operating System: Windows Xp

Hello,

I need to fit a Fowler-Nordheim curve with current saturation effect due to a series resistance R, the formula is:

i = A*(v-R*i)^2*exp(-B/(v-R*i))

where i is the current and v the voltage, A,B,R are the parameters.
I've got two columns in my worksheet, i and v, my idea was to create an additional column equal to the i column and use these values as independent variable like v.
So I created the follow user-defined function:

Dependent variable: y
Independent variables: x, y_1
Parameters: A,B,R

y = A*(x-R*y_1)^2*exp(-B/(x-R*y_1));

It works, but the fit is very poor. I'm not familiar with Origin and curve fitting, how can I implement this kind of recursive fitting?

Thanks in advance,
Riccardo
1   L A T E S T    R E P L I E S    (Newest First)
Shirley_GZ Posted - 02/12/2009 : 10:49:27 PM
Hi Riccardo25,

From you post, I suppose you want do fitting using a implicit function, which can't be achieved by curent Origin, unless you can simplify this formula to a explicit function.

Sorry for the trouble brought to you.

Shirely
OriginLab Technical Service Team

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