Integer order radial-2D Gaussian function.

バージョン 1.0.0.0 (1.43 KB) 作成者: Adam Wyatt
Generates a 'radial' Gaussian function in 2D of any positive integer order.
ダウンロード: 2.5K
更新 2007/7/20

ライセンスの表示

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);

引用

Adam Wyatt (2024). Integer order radial-2D Gaussian function. (https://www.mathworks.com/matlabcentral/fileexchange/15636-integer-order-radial-2d-gaussian-function), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRandom Number Generation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0