討論串? 2d Gaussian noise in MatLab
共 6 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者ccos.時間18年前 (2006/08/10 02:01), 編輯資訊
0
0
0
內容預覽:
MatLab built-in function rand() gives uniform dist random numbers.. x = rand(10); xgauss = exp( -0.5*( ( x-mu )./std ).^2 )/sqrt(2*pi*std);. The above
(還有182個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者nexon.時間18年前 (2006/08/10 10:32), 編輯資訊
0
0
1
內容預覽:
randn(). rand() randn()都可用n維矩陣. 請多看doc> MatLab built-in function rand() gives uniform dist random numbers.> x = rand(10); xgauss = exp( -0.5*( ( x-mu
(還有245個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者ccos.時間18年前 (2006/08/10 20:32), 編輯資訊
1
0
1
內容預覽:
> randn(). > rand() randn()都可用n維矩陣. That only gives mean 0 and standard deviation 1 Gaussian noise.. How to get Gaussian noise for different mean and
(還有65個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者acelp (未來,一直來一直來)時間18年前 (2006/08/10 21:54), 編輯資訊
0
0
1
內容預覽:
看一下這個網頁吧. http://local.wasp.uwa.edu.au/~pbourke/other/distributions/. 你都會1D了 2D就一樣畫葫蘆. 引述《ccos@kkcity.com.tw ( )》之銘言:. --. 發信站: 批踢踢實業坊(ptt.cc). ◆

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者ccos.時間18年前 (2006/08/12 02:01), 編輯資訊
0
0
0
內容預覽:
noise = mean+std*randn % gives Gaussian noise with specific mean and std. But this can give noise > 1. What if we want to have Gaussian noise. but hav
(還有75個字)
首頁
上一頁
1
2
下一頁
尾頁