How can i MakeNoise to the dataset dataset
1 回表示 (過去 30 日間)
古いコメントを表示
I found this code in matlab file D_SUB=MakeNoise(D_SUB, Noise) Does the MakeNoise exist ? It is a matlab function if no how can i make noise to a dataset ???
0 件のコメント
採用された回答
Wayne King
2012 年 9 月 15 日
MakeNoise.m is not a MathWorks' function, but there are many ways to add noise to a signal or image using MathWorks' functions. Is it an image that you want to add noise to (a matrix), or a signal (a 1-D vector)? What kind of noise do you want to add?
Look at the help for:
randn
rand
imnoise
awgn
wgn
to get you started
2 件のコメント
その他の回答 (1 件)
Wayne King
2012 年 9 月 15 日
Do you have the Image Processing Toolbox? If so, see the help for imnoise
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!