码迷,mamicode.com
首页 > 其他好文 > 详细

Programme for Discrete Gaussian Distribution

时间:2020-01-09 13:05:36      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:str   central   cal   poi   imp   sqrt   sign   jpg   The   

Discrete Gaussian Distribution \(D_{\Lambda,r}\):

Condition:

  1. Lattic \(\Lambda\)
  2. Scaling factor \(r\)
  3. Central Point \({\bf c}={\bf 0}\)

Matlab implement:

x=-25:25;
y=-25:25;
[xx,yy]=meshgrid(x,y);
z=sqrt((xx).^2+(yy).^2);
z=gaussmf(z,[r\sqrt(2) 0]);
stem3(x,y,z);

r=1
技术图片
r=0.5
技术图片

Programme for Discrete Gaussian Distribution

标签:str   central   cal   poi   imp   sqrt   sign   jpg   The   

原文地址:https://www.cnblogs.com/jiangyuting/p/12170790.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!