フィルターのクリア

How to add white gaussian noise to a signal?

2 ビュー (過去 30 日間)
bob98
bob98 2020 年 10 月 17 日
コメント済み: Adam Danz 2020 年 10 月 17 日
I want to add white gaussian noise to a signal x(t) in matlab but i'm quite confused
should i use awgn() function or x+sigma*randn(size(x))+mu
can someone please explain to me what's the difference between the 2 methods and which one should i use ?
Thank you so much!
  1 件のコメント
Adam Danz
Adam Danz 2020 年 10 月 17 日
randn merely samples from a normal distribution with mean 0 and std 1. For example, histogram(randn(1,20000))
This answer exaplains the awgn function well,

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by