高斯低通滤波器,w = fspecial('gaussian',[3 5],0.7);[3 5]和0.7是什么意思啊!作用是什么啊!
展开全部
是matlab里的函数吧?在matlab的help文档里搜fspecial这个函数的加高斯噪声的说明,具体的原文说明如下:
h = fspecial('gaussian', hsize, sigma) returns a rotationally symmetric Gaussian lowpass filter of size hsize with standard deviation sigma (positive). hsize can be a vector specifying the number of rows and columns in h, or it can be a scalar, in which case h is a square matrix. The default value for hsize is [3 3]; the default value for sigma is 0.5.
这个函数的作用是产生一个高斯低通滤波器,其中第一个参数[3,5]是产生一个校验矩阵H,其大小为:3行5列,另一个参数sigma就是0.7.
希望对你有所帮助。
h = fspecial('gaussian', hsize, sigma) returns a rotationally symmetric Gaussian lowpass filter of size hsize with standard deviation sigma (positive). hsize can be a vector specifying the number of rows and columns in h, or it can be a scalar, in which case h is a square matrix. The default value for hsize is [3 3]; the default value for sigma is 0.5.
这个函数的作用是产生一个高斯低通滤波器,其中第一个参数[3,5]是产生一个校验矩阵H,其大小为:3行5列,另一个参数sigma就是0.7.
希望对你有所帮助。
追问
谢谢啦!我想再问下这个参数是怎么选的!就是选择的标准是什么啊!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询