필터 지우기
필터 지우기

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

조회 수: 5 (최근 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에서 MATLAB에 대해 자세히 알아보기

제품


릴리스

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by