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

17 views (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 20 Apr 2019
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 Comments
Walter Roberson
Walter Roberson on 20 Apr 2019
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.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2013a

Community Treasure Hunt

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

Start Hunting!