Adding Gaussian noise to a set of points
    3 ビュー (過去 30 日間)
  
       古いコメントを表示
    
    Anantha Padmanabhan
 2014 年 10 月 16 日
  
    
    
    
    
    編集済み: Mohammad Abouali
      
 2014 年 10 月 16 日
            Hi, i would like to know how to add a Gaussian noise distribution of SD 1% and 0 mean to a uniform grid consisting of particle pairs. (P1x,P1y),(P2x,P2y) contain the location of the points in my grid and they are data taken from a PIV Simulation. so should i add use the command awgn(x,0.1) where i replace x with the the coordinates of the points? Thanks
0 件のコメント
採用された回答
  Mohammad Abouali
      
 2014 年 10 月 16 日
        
      編集済み: Mohammad Abouali
      
 2014 年 10 月 16 日
  
      y = awgn(x,snr)
adds Gaussian noise. Perhaps you need to keep SNR bigger. 0.1 is too low.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Vibration Analysis についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

