cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Fitting function for a decaying oscillation

Raiko
16-Pearl

Fitting function for a decaying oscillation

hello folks,

I'm trying to fit a function to the reversal points of an oscillation I measured some time ago. I tried LeastSquaresFit, but it fails claiming that the confidence limit was exceeded. I tried different confidence limits but to no avail.

Does anybody has a suggestions how to make it fit?

I'm using MC15 on a win7 machine.

Raiko

1 ACCEPTED SOLUTION

Accepted Solutions
RichardJ
19-Tanzanite
(To:Raiko)

You have te in milliseconds, and x in seconds, so your function does not resemble the data. You also need to split off the first column of beta, which contains the fitted parameters. You then get a fit. Not a very good one, but at least it works

View solution in original post

2 REPLIES 2
RichardJ
19-Tanzanite
(To:Raiko)

You have te in milliseconds, and x in seconds, so your function does not resemble the data. You also need to split off the first column of beta, which contains the fitted parameters. You then get a fit. Not a very good one, but at least it works

Raiko
16-Pearl
(To:RichardJ)

Thank you Richard. That was the clue I needed.

Raiko

Top Tags