Fit Multiple Gaussians

版本 1.1.0 (5.0 KB) 作者: Image Analyst
Fit a specified number of Gaussians to a test signal.
1.3K 次下载
更新时间 2021/7/24

查看许可证

This function takes a 1-D, slightly noisy test signal and fits 6 Gaussians to it with the fminsearch() function. The parameters (amplitude, peak location, and width) for each Gaussian are determined. The 6 Gaussians should sum together to give the best estimate of the original test signal. You can specify whatever number of Gaussians you like. Only basic MATLAB is required (no toolboxes).

引用格式

Image Analyst (2024). Fit Multiple Gaussians (https://www.mathworks.com/matlabcentral/fileexchange/74408-fit-multiple-gaussians), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Replaced msgboxw() with msgbox().

1.0.0