Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need help with non linear regression

Status
Not open for further replies.

mayyan

Full Member level 2
Full Member level 2
Joined
Aug 18, 2001
Messages
130
Helped
12
Reputation
24
Reaction score
5
Trophy points
1,298
Location
israel
Activity points
770
input: X= [X1 , X2 ,...,Xn] ; Y= [Y1 , Y2 ,...,Yn]

I want to find a solution of the type:
y = C1*exp{(a+ib)t}+C2*exp{(a-ib)t} or y = D1*exp{-at}*Sin(bt+p)

( which is the solution of: y'' + A0*y' + A1*y = 0 with complex roots ). I want to do it using regression to best fit the input.

Does someone know a book ( preferably Ebook) or internet site with an algorithm? Or have other idea how to solve it using different method?

please let me know
thanks
Mayyan
 

try Matlab with Curve Fit Tools

type on workspace: cftool

you can find linear polynomial , quadratic polynomial , cubic polynomial and 4th degree to 9th degree polynomial fits.

I always use this toolbox. It´s very powerfull e easy.

ATLAJ
 

Thanks for replying but the phisical nature of my problem make it look like:

y = D1*exp{-at}*Sin(bt+p)

and since my sampling points are few and far from each other the polinomial way want give me satisfactory solution.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top