Compute the bidimensionnal Gaussian
[out] = gauss2d(kx,ky,sigma)
This function computes the bidimensionnal Gaussian. This is not truly a wavelet but this function can be usefull for approximation calculation.
>> step = 2*pi/128; >> [kx,ky] = meshgrid( -pi : step : (pi-step) ); >> wav = gauss2d(kx,ky,6,1); >> imagesc(wav);
cwt2d cwt2d_yashow meshgrid samcwt2d samcwt2d_yashow sarcwt2d