how do I fit a double exponential equation? there are two double exponential waveforms and I need to fit the equation into each waveform

3 次查看(过去 30 天)
This is how the waveforms look like. I transferred the datas from Excel. The data was obtained using an oscilloscope when I compared the lightning voltage waveforms for with and without an attenuator. Now my job is to fit the double exponential equation into each of these waveforms to compare the difference for the two situations (with and without attenuator).
The double exponential equation for lightining voltage is:
n.JPG

采纳的回答

Walter Roberson
Walter Roberson 2019-4-20
You can use cftool with a custom equation.
Be warned that sum of exponential are notoriously difficult to fit. If your initial values are not quite close to the best values then it is quite common for the fitting coefficients to be very different from the best coefficients.
  4 个评论
Walter Roberson
Walter Roberson 2019-4-20
Click on Fit Options to enter upper and lower bounds. You will not be able to directly code to ensure that d>b. However you can rewrite d as b+doffset and set the lower bound on doffset to 0.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Curve Fitting Toolbox 的更多信息

产品


版本

R2013a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by