Integer order radial-2D Gaussian function.
Version 1.0.0.0 (1,43 ko) par
Adam Wyatt
Generates a 'radial' Gaussian function in 2D of any positive integer order.
Calculates a rotated 2D gaussian (cylindrical)
y = gauss2D_R(X, Y, FWHM_x, FWHM_y, theta, order);
X = Matrix of x indices
Y = Matrix of y indices
FWHM_x = FWHM in x dimension
FWHM_y = FWHM in y dimension
theta = Rotation angle in degress (+ve = anticlockwise)
order = Gaussian order
Set:
X = ones(Ny, 1) * ((0:Nx-1)*dx - x0)
Y = ((0:Ny-1)*dy - y0) * ones(1, Nx);
Citation pour cette source
Adam Wyatt (2026). Integer order radial-2D Gaussian function. (https://fr.mathworks.com/matlabcentral/fileexchange/15636-integer-order-radial-2d-gaussian-function), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2007a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Random Number Generation dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
