How to add AWGN noise using randn function?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a discrete time signal which I generated as follows:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/487058/image.png)
I wish to add AWGN noise using randn() function with mean=0 and variance=0, 0.1, 0.5, 1, 1.5 and 3.
The code i have written is:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/487063/image.png)
How can I modify my function to add the noise and later on, demodulate it back into a matrix (as shown in 'w' array)?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!