Fitting Flat-Top Guassian Data
Ältere Kommentare anzeigen
I have a 2D data set that looks like a Gaussian distribution. However, in my case I have a flat top Gaussian, rather than the one that starts falling off from the center. Basically 1cm of the distribution at the center looks like a perfect circle and then the intensity falls off. It seems like I may have to use some sort of circ fuction and then exponential/gaussian to take into account the fall off. I'm not too sure how I can do this in matlab. Any help will be highly appreciated. Thanks!
1 Kommentar
Ronni
am 23 Jun. 2011
Antworten (4)
the cyclist
am 23 Jun. 2011
0 Stimmen
If you know the functional form that you want to use to fit your curve, you could use the nlinfit() function.
Ronni
am 26 Jun. 2011
0 Stimmen
1 Kommentar
Andrew Newell
am 26 Jun. 2011
I doubt that you can do a fit unless you know in advance how many parameters you need.
Andrew Newell
am 26 Jun. 2011
0 Stimmen
The Johnson and Pearson distributions are generalizations of the normal distribution, and MATLAB has fitting functions for them (assuming you have the Optimization Toolbox).
If you just want to extract FWHM, you could download fwhm from the File Exchange. I haven't used it, but it gets good reviews.
Aaron Fetterman
am 23 Feb. 2021
0 Stimmen
One solution would be to use a supper gaussian function. It follows the same format as a regular gaussian with an extra parameter to make the flat top more pronounced.
Hope this helps... a little late in the game.
Came accros this in own research and thought I would add to one of these boards.
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!