MATLAB: Nakagami Distribution

distributionimage processingMATLABmatrixtransfer function

How to model an image using Nakagami Distribution…………Please help me……….

Best Answer

Hi, If you have the Statistics Toolbox, you can use histfit() with the 'nakagami' option.
You can also use mle() with the 'nakagami' option to get the maximum likelihood estimates of the parameters of the Nakagami distribution.