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
 How to fit y(x)=a[1-e^{-bx}J(ibx)]??[:(]

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
zhaoshuang Posted - 11/11/2003 : 5:13:57 PM
I am quite urgent to know how to fit this equation.
y(x)=a[1-e^{-bx}J(ibx)]
J(ibx) is the zeroth order Bessel Function?
1   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 11/12/2003 : 4:28:19 PM
Origin has built-in Bessel functions of both the First Kind and the Second Kind of order 0 and order1 in both LabTalk and OriginC:

J0(argument) Compute the Bessel function of the first kind of order 0
J1(argument) Compute the Bessel function of the first kind of order 1
Y0(argument) Compute the Bessel function of the second kind of order 0
Y1(argument) Compute the Bessel function of the second kind of order 1

so you should be able to J0(b*x), for example. Note that these are only real-valued functions, so if your 'i' indicates you are working with complex values, this would not work.


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