FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Forum index » Science and Technology » Math » num-analysis
Complex fitting
Post new topic   Reply to topic Page 1 of 1 [2 Posts] View previous topic :: View next topic
Author Message
Simon-Shlomo Poil
science forum beginner


Joined: 29 Apr 2005
Posts: 1

PostPosted: Fri Apr 29, 2005 11:36 am    Post subject: Complex fitting Reply with quote

I need to do some complex fitting e.i. fit some complex numbers to a
complex function. I am using IGOR to do fitting, but IGOR don't
support complex fitting.

Do anybody have an idea how to do this ?
Back to top
Torsten Hennig
science forum Guru Wannabe


Joined: 28 Apr 2005
Posts: 136

PostPosted: Fri Apr 29, 2005 2:28 pm    Post subject: Re: Complex fitting Reply with quote

Quote:
I need to do some complex fitting e.i. fit some complex >numbers to a
complex function. I am using IGOR to do fitting, but >IGOR don't
support complex fitting.

Do anybody have an idea how to do this ?


Hint:

min: sum (i=1,...,i=n) |f(z_i) - w_i|^2

where f is a complex-valued function and the z_i and w_i
are complex numbers can be reformulated as

min: sum (i=1,...,i=n) (Re (f(z_i)) - Re(w_i))^2 +
sum (i=1,...,i=n) (Im (f(z_i)) - Im(w_i))^2.

where Re(z) and Im(z) are the real and imaginary parts
of (the complex number) z.
This is the kind of fitting problem which can be
solved by a standard least-squares solver.

Best wishes
Torsten.
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [2 Posts] View previous topic :: View next topic
The time now is Fri Jul 30, 2010 5:39 am | All times are GMT
Forum index » Science and Technology » Math » num-analysis
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Complex Analysis question, Taylor series James Math 6 Tue Jul 18, 2006 2:17 pm
No new posts Another complex analysis question James Math 4 Mon Jul 17, 2006 6:08 pm
No new posts Complex analysis question James Math 7 Mon Jul 17, 2006 5:19 pm
No new posts Dirac delta with complex argument vanamali@netzero.net Math 3 Thu Jul 13, 2006 3:19 am
No new posts need help: automorphisms of the compl... boris Math 3 Wed Jul 12, 2006 9:10 am

Copyright © 2004-2005 DeniX Solutions SRL
Other DeniX Solutions sites: Electronics forum |  Medicine forum |  Unix/Linux blog |  Unix/Linux documentation |  Unix/Linux forums


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0467s ][ Queries: 14 (0.0233s) ][ GZIP on - Debug on ]