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.

nonlinear curve fitting - implementation in matlab

Status
Not open for further replies.

dot27

Newbie level 3
Joined
Sep 13, 2009
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,313
matlab?

helo,
I am dealing with a problem of nonlinear curve fitting.
I have estimted samples of a continous fourier transform function, and my goal is to reach from fourier to laplace transform using the known equality: F(S=jw)=laplace{h(t)}.
i want to represnet the laplace trnsform in the following form:
1/(as^2+bs+c), the parameters a, b, c are to be detetmined:
F(jw)*(a(jw)^2+b(jw)+c)=1,
using the eq above in all the freqenqcies F(jw) was estimated.
now i can use the method of nonlinear least squares.
how do i implement this in matlab???

Thx
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top