fitting sum of two decaying exponentials (over damped oscillator)

版本 1.0.0.0 (2.2 KB) 作者: Stephan Koehler
five-parameter fit to the equation A*exp(-t/T1) + B*exp( -t/T2 ) + offset
375.0 次下载
更新时间 2012/2/9

查看许可证

[A, B, T1, T2, offset, Ssq] = fit_overdamping( t, y, options )
fitting overdamped harmonic oscillator of the form
y(t) = A exp( -t/T1 ) + B exp( -t/T2) + offset
where A and B are the amplitudes (assumed positive), and T1, T2 are the
decay times. Ssq is the sum of residuals.

options are 'notify' to show progress and 'plot' to give a plot
you can also supply a guess or series of guesses via a row vector or
matrix, m, where size( m, 2 ) = 5;

if you just run program without arguments it will do an example

examples are
fit_overdamping( t, y, 'notify', 'plot')
[A, B, T1, T2, offset] = fit_overdamping( t, y, [1 2 3 4 5])

Note: this script uses LMFnlsq from MATLAB central file exchange
sak@wpi.edu 2/8/12

引用格式

Stephan Koehler (2024). fitting sum of two decaying exponentials (over damped oscillator) (https://www.mathworks.com/matlabcentral/fileexchange/35016-fitting-sum-of-two-decaying-exponentials-over-damped-oscillator), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Least Squares 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0