peak fitting我要分享

peak fitting

matlab Peakfitting

关注次数: 200

下载次数: 0

文件大小: 303.56 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 各种算法可以用来进行曲线拟合. % A command-line peak fitting program for time-series signals, written as a self-contained % Matlab function in a single m-file. Uses a non-linear optimization % algorithm to decompose a complex, overlapping-peak signal into its % component parts. The objective is to determine wpeakhether your signal % can be represented as the sum of fundamental underlying peaks shapes. % Accepts signals of any length, including those with non-integer and % non-uniform x-values. Fits any number of peaks of Gaussian, Lorentzian, % equal-width Gaussian and Lorentzian, fixed-width Gaussian and Lorentzian, % biburfated Gaussian and Lorentzian, exponentially-broadened Gaussian, % Pearson, Logistic, exponential pulse, sigmoid, Gaussian/Lorentzian blend, % and Voigt shapes. This is a command line version, usable from a remote % terminal. It is capable of making multiple trial fits with sightly


English Description:

Various algorithms can be used for curve fitting


代码预览