1 function H=doog1(sig,r,th,N);
5 no_pts=N; % no. of points in x,y grid
7 [x,y]=meshgrid(-(N/2)+1/2:(N/2)-1/2,-(N/2)+1/2:(N/2)-1/2);
12 R=[cos(phi) -sin(phi); sin(phi) cos(phi)];
13 C=R*diag([sigx,sigy])*R';
17 Gb=gaussian(X,[0 0]',C);
25 % make odd-symmetric filter