given a convolution kernel computed from sigma using the function fspecial('gaussian',,) how can I plot the frequency response in Matlab?
I would like to do this on a gaussian function, and importantly would like to derive the 1D frequency response (coz I understand them better) of the horizontal convolution kernel with size N.
Thanks for the help!!!