Sub-Sample Peak Fitting 2D

Version 1.0.0.0 (2,07 ko) par Eric
Find sub-sample location of global maximum in a 2-dimensional numerical matrix.
1,3K téléchargements
Mise à jour 28 jan. 2010

Afficher la licence

This small contribution is useful in cases where you search for the position of a peak within an intensity matrix (correlation or energy fields) of low resolution. Since this is only a 2nd-order-fit the sub-sample accuracy will only be acceptable as long as the peak area is 'smooth' around the peak location. This is not an exact solution, since it does not consider any underlying signal characteristics.

Sample usage: % 2d-gauss: center=19.5; sigma=5

>> M = exp(-((1:30) - 19.5).^2/(2*5^2));
>> P = peakfit2d(M'*M);
>> disp(P);
19.5050 19.5050

Citation pour cette source

Eric (2026). Sub-Sample Peak Fitting 2D (https://fr.mathworks.com/matlabcentral/fileexchange/26504-sub-sample-peak-fitting-2d), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Version Publié le Notes de version
1.0.0.0