Fit Multiple Gaussians

버전 1.1.0 (5.02 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