标签:str central cal poi imp sqrt sign jpg The
Discrete Gaussian Distribution \(D_{\Lambda,r}\):
Condition:
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