Gaussian filter is commonly used in image processing, and in Matlab it is by: h = fspecial('gaussian', hsize, sigma), where the values of sigma and hsize need to be determined by the user. For a low-pass filter, the direct parameter is the cut-off frequency, then, my questions are: for a given normailzed cut-off frequency value, how to determine the sigma, the sampling range, and the sampling interval value (and thus the length/size).

There are related questions, such as

https://stackoverflow.com/questions/16165666/how-to-determine-the-window-size-of-a-gaussian-filter

https://stackoverflow.com/questions/2773606/gaussian-filter-in-matlab

https://stackoverflow.com/questions/23832852/by-which-measures-should-i-set-the-size-of-my-gaussian-filter-in-matlab

https://stackoverflow.com/questions/23832852/by-which-measures-should-i-set-the-size-of-my-gaussian-filter-in-matlab

https://stackoverflow.com/questions/2773606/gaussian-filter-in-matlab

https://stackoverflow.com/questions/16165666/how-to-determine-the-window-size-of-a-gaussian-filter

More Xiangguo Li's questions See All
Similar questions and discussions